#18770E

Color #18770E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #18770E

Tints of Green #18770E

Color information

#18770E (or 0x18770E) is unknown color: approx Green. HEX triplet: 18, 77 and 0E. RGB value is (24,119,14). Sum of RGB (Red+Green+Blue) = 24+119+14=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #18770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18770E is #E788F1. Grayscale: #4E4E4E. Windows color (decimal): -15173874 or 947992. OLE color: 947992.

HSL color Cylindrical-coordinate representation of color #18770E: hue angle of 114.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18770E is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB2411914-
CMYK0.8000.880.53
HSL114.29º78.95%26.08%-
HSV(B)114.29º88.24%46.67%-
XYZ7.0513.422.63-
YUV78.6291.5389.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=15.29%
G=75.80%
B=8.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119140.8000.880.53114.2978.9526.08
Hex1877E5005835724f1a
Octal301671612001306516211732
Binary11000111011111101010000010110001101011110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18770E;
 }
 .AnyTagClassName
 {
   color: #18770E;
 }
</style>
background-color css

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

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

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

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

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

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