Html Css Color HEX #18960F Forest Green

📋 copy color: '#18960F'

red 24 ◦ green 150 ◦ blue 15

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

Shades of Forest Green #18960F

Tints of Forest Green #18960F

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #18960F: hue angle of 116º 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 #18960F is Cyan = 0.84, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 150 15 -
CMYK 0.84 0 0.9 0.41
HSL 116º 0.82% 0.32% -
HSV(B) 116º 0.9% 0.59% -
XYZ 11.37 22.04 4.11 -
YUV 96.94 81.76 75.98 -
System Red Green Blue C M Y K H S L
Decimal 24 150 15 0.84 0 0.9 0.41 116 0.82 0.32
Hex 18 96 F 54 0 5A 29 74 52 20
Octal 30 226 17 124 0 132 51 164 122 40
Binary 11000 10010110 1111 1010100 0 1011010 101001 1110100 1010010 100000

Color Harmonies of #18960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18960F

Black with #18960F

Text Example


Text Example

White with #18960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18960F; }

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

 H1.HeaderClassName
 {
   color: #18960F;
 }
 .AnyTagClassName
 {
   color: #18960F;
 }
</style>

background-color css

<style>
 a { background-color: #18960F; }

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

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

border-color css

<style>
 span { border-color: #18960F; }

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

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