Html Css Color HEX #0F9618 Forest Green

📋 copy color: '#0F9618'

red 15 ◦ green 150 ◦ blue 24

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

Shades of Forest Green #0F9618

Tints of Forest Green #0F9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 79.37%

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 7.94%
G = 79.37%
B = 12.7%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#0F9618 (or 0x0F9618) is known color: Forest Green. HEX triplet: 0F, 96 and 18. RGB value is (15,150,24). Sum of RGB (Red+Green+Blue) = 15+150+24=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 150 (58.98% from 255 or 79.37% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9618 is #F069E7. Grayscale: #5F5F5F. Windows color (decimal): -15755752 or 1611279. OLE color: 1611279.

HSL color Cylindrical-coordinate representation of color #0F9618: hue angle of 124º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9618 is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 24 -
CMYK 0.9 0 0.84 0.41
HSL 124º 0.82% 0.32% -
HSV(B) 124º 0.9% 0.59% -
XYZ 11.27 21.98 4.51 -
YUV 95.27 87.77 70.75 -
System Red Green Blue C M Y K H S L
Decimal 15 150 24 0.9 0 0.84 0.41 124 0.82 0.32
Hex F 96 18 5A 0 54 29 7C 52 20
Octal 17 226 30 132 0 124 51 174 122 40
Binary 1111 10010110 11000 1011010 0 1010100 101001 1111100 1010010 100000

Color Harmonies of #0F9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9618

Black with #0F9618

Text Example


Text Example

White with #0F9618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,24); }

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

background-color css

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

 a { background-color: rgb(15,150,24); }

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

border-color css

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

 span { border-color: rgb(15,150,24); }

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