Html Css Color HEX #18720E Green

📋 copy color: '#18720E'

red 24 ◦ green 114 ◦ blue 14

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

Shades of Green #18720E

Tints of Green #18720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75%

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 15.79%
G = 75%
B = 9.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#18720E (or 0x18720E) is known color: Green. HEX triplet: 18, 72 and 0E. RGB value is (24,114,14). Sum of RGB (Red+Green+Blue) = 24+114+14=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #18720E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18720E is #E78DF1. Grayscale: #4C4C4C. Windows color (decimal): -15175154 or 946712. OLE color: 946712.

HSL color Cylindrical-coordinate representation of color #18720E: hue angle of 114º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18720E is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 114 14 -
CMYK 0.79 0 0.88 0.55
HSL 114º 0.78% 0.25% -
HSV(B) 114º 0.88% 0.45% -
XYZ 6.47 12.26 2.44 -
YUV 75.69 93.18 91.13 -
System Red Green Blue C M Y K H S L
Decimal 24 114 14 0.79 0 0.88 0.55 114 0.78 0.25
Hex 18 72 E 4F 0 58 37 72 4E 19
Octal 30 162 16 117 0 130 67 162 116 31
Binary 11000 1110010 1110 1001111 0 1011000 110111 1110010 1001110 11001

Color Harmonies of #18720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18720E

Black with #18720E

Text Example


Text Example

White with #18720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18720E; }

 p { color: rgb(24,114,14); }

 H1.HeaderClassName
 {
   color: #18720E;
 }
 .AnyTagClassName
 {
   color: #18720E;
 }
</style>

background-color css

<style>
 a { background-color: #18720E; }

 a { background-color: rgb(24,114,14); }

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

border-color css

<style>
 span { border-color: #18720E; }

 span { border-color: rgb(24,114,14); }

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