Html Css Color HEX #0FB947 Dark Pastel Green

📋 copy color: '#0FB947'

red 15 ◦ green 185 ◦ blue 71

#0FB947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0FB947

Tints of Dark Pastel Green #0FB947

RGB

 RED value IS 15 (6.25% from 255) = 5.54%

 GREEN value IS 185 (72.66% from 255) = 68.27%

 BLUE value IS 71 (28.13% from 255) = 26.2%

R = 5.54%
G = 68.27%
B = 26.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FB947 (or 0x0FB947) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 47. RGB value is (15,185,71). Sum of RGB (Red+Green+Blue) = 15+185+71=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 185 (72.66% from 255 or 68.27% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB947 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB947 is #F046B8. Grayscale: #797979. Windows color (decimal): -15746745 or 4700431. OLE color: 4700431.

HSL color Cylindrical-coordinate representation of color #0FB947: hue angle of 139.76º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB947 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 71 -
CMYK 0.92 0 0.62 0.27
HSL 139.76º 0.85% 0.39% -
HSV(B) 139.76º 0.92% 0.73% -
XYZ 18.68 35.25 11.78 -
YUV 121.17 99.68 52.27 -
System Red Green Blue C M Y K H S L
Decimal 15 185 71 0.92 0 0.62 0.27 139.76 0.85 0.39
Hex F B9 47 5C 0 3E 1B 8C 55 27
Octal 17 271 107 134 0 76 33 214 125 47
Binary 1111 10111001 1000111 1011100 0 111110 11011 10001100 1010101 100111

Color Harmonies of #0FB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB947

Black with #0FB947

Text Example


Text Example

White with #0FB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FB947; }

 p { color: rgb(15,185,71); }

 H1.HeaderClassName
 {
   color: #0FB947;
 }
 .AnyTagClassName
 {
   color: #0FB947;
 }
</style>

background-color css

<style>
 a { background-color: #0FB947; }

 a { background-color: rgb(15,185,71); }

 div.DivClassName
 {
   background-color: #0FB947;
 }
 .BgClassName
 {
   background-color: #0FB947;
 }
</style>

border-color css

<style>
 span { border-color: #0FB947; }

 span { border-color: rgb(15,185,71); }

 td.TdClassName
 {
   border-color: #0FB947;
 }
 .TagClassName
 {
   border-color: #0FB947;
 }
</style>