Html Css Color HEX #18980E Forest Green

📋 copy color: '#18980E'

red 24 ◦ green 152 ◦ blue 14

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

Shades of Forest Green #18980E

Tints of Forest Green #18980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 80%

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

R = 12.63%
G = 80%
B = 7.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#18980E (or 0x18980E) is known color: Forest Green. HEX triplet: 18, 98 and 0E. RGB value is (24,152,14). Sum of RGB (Red+Green+Blue) = 24+152+14=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 152 (59.77% from 255 or 80% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 152 - color contains mainly: green. Hex color #18980E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18980E is #E767F1. Grayscale: #626262. Windows color (decimal): -15165426 or 956440. OLE color: 956440.

HSL color Cylindrical-coordinate representation of color #18980E: hue angle of 115.65º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18980E is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 152 14 -
CMYK 0.84 0 0.91 0.40
HSL 115.65º 0.83% 0.33% -
HSV(B) 115.65º 0.91% 0.6% -
XYZ 11.68 22.68 4.18 -
YUV 98 80.59 75.22 -
System Red Green Blue C M Y K H S L
Decimal 24 152 14 0.84 0 0.91 0.40 115.65 0.83 0.33
Hex 18 98 E 54 0 5B 28 74 53 21
Octal 30 230 16 124 0 133 50 164 123 41
Binary 11000 10011000 1110 1010100 0 1011011 101000 1110100 1010011 100001

Color Harmonies of #18980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18980E

Black with #18980E

Text Example


Text Example

White with #18980E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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