Html Css Color HEX #0E9A1C Forest Green

📋 copy color: '#0E9A1C'

red 14 ◦ green 154 ◦ blue 28

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

Shades of Forest Green #0E9A1C

Tints of Forest Green #0E9A1C

RGB

 RED value IS 14 (5.86% from 255) = 7.14%

 GREEN value IS 154 (60.55% from 255) = 78.57%

 BLUE value IS 28 (11.33% from 255) = 14.29%

R = 7.14%
G = 78.57%
B = 14.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#0E9A1C (or 0x0E9A1C) is known color: Forest Green. HEX triplet: 0E, 9A and 1C. RGB value is (14,154,28). Sum of RGB (Red+Green+Blue) = 14+154+28=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 154 (60.55% from 255 or 78.57% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9A1C is #F165E3. Grayscale: #626262. Windows color (decimal): -15820260 or 1874446. OLE color: 1874446.

HSL color Cylindrical-coordinate representation of color #0E9A1C: hue angle of 126º 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 #0E9A1C is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 154 28 -
CMYK 0.91 0 0.82 0.40
HSL 126º 0.83% 0.33% -
HSV(B) 126º 0.91% 0.6% -
XYZ 11.95 23.29 4.96 -
YUV 97.78 88.62 68.25 -
System Red Green Blue C M Y K H S L
Decimal 14 154 28 0.91 0 0.82 0.40 126 0.83 0.33
Hex E 9A 1C 5B 0 52 28 7E 53 21
Octal 16 232 34 133 0 122 50 176 123 41
Binary 1110 10011010 11100 1011011 0 1010010 101000 1111110 1010011 100001

Color Harmonies of #0E9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9A1C

Black with #0E9A1C

Text Example


Text Example

White with #0E9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E9A1C; }

 p { color: rgb(14,154,28); }

 H1.HeaderClassName
 {
   color: #0E9A1C;
 }
 .AnyTagClassName
 {
   color: #0E9A1C;
 }
</style>

background-color css

<style>
 a { background-color: #0E9A1C; }

 a { background-color: rgb(14,154,28); }

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

border-color css

<style>
 span { border-color: #0E9A1C; }

 span { border-color: rgb(14,154,28); }

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