Html Css Color HEX #18700E Green

📋 copy color: '#18700E'

red 24 ◦ green 112 ◦ blue 14

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

Shades of Green #18700E

Tints of Green #18700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 74.67%

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

R = 16%
G = 74.67%
B = 9.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#18700E (or 0x18700E) is known color: Green. HEX triplet: 18, 70 and 0E. RGB value is (24,112,14). Sum of RGB (Red+Green+Blue) = 24+112+14=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #18700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18700E is #E78FF1. Grayscale: #4A4A4A. Windows color (decimal): -15175666 or 946200. OLE color: 946200.

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

Color convert

RGB 24 112 14 -
CMYK 0.79 0 0.88 0.56
HSL 113.88º 0.78% 0.25% -
HSV(B) 113.88º 0.88% 0.44% -
XYZ 6.25 11.81 2.37 -
YUV 74.52 93.85 91.97 -
System Red Green Blue C M Y K H S L
Decimal 24 112 14 0.79 0 0.88 0.56 113.88 0.78 0.25
Hex 18 70 E 4F 0 58 38 72 4E 19
Octal 30 160 16 117 0 130 70 162 116 31
Binary 11000 1110000 1110 1001111 0 1011000 111000 1110010 1001110 11001

Color Harmonies of #18700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18700E

Black with #18700E

Text Example


Text Example

White with #18700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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