Html Css Color HEX #0E9C32 Forest Green

📋 copy color: '#0E9C32'

red 14 ◦ green 156 ◦ blue 50

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

Shades of Forest Green #0E9C32

Tints of Forest Green #0E9C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 70.91%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 6.36%
G = 70.91%
B = 22.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#0E9C32 (or 0x0E9C32) is known color: Forest Green. HEX triplet: 0E, 9C and 32. RGB value is (14,156,50). Sum of RGB (Red+Green+Blue) = 14+156+50=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 156 (61.33% from 255 or 70.91% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9C32 is #F163CD. Grayscale: #656565. Windows color (decimal): -15819726 or 3316750. OLE color: 3316750.

HSL color Cylindrical-coordinate representation of color #0E9C32: hue angle of 135.21º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C32 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 156 50 -
CMYK 0.91 0 0.68 0.39
HSL 135.21º 0.84% 0.33% -
HSV(B) 135.21º 0.91% 0.61% -
XYZ 12.65 24.1 7 -
YUV 101.46 98.96 65.62 -
System Red Green Blue C M Y K H S L
Decimal 14 156 50 0.91 0 0.68 0.39 135.21 0.84 0.33
Hex E 9C 32 5B 0 44 27 87 54 21
Octal 16 234 62 133 0 104 47 207 124 41
Binary 1110 10011100 110010 1011011 0 1000100 100111 10000111 1010100 100001

Color Harmonies of #0E9C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9C32

Black with #0E9C32

Text Example


Text Example

White with #0E9C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,156,50); }

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

background-color css

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

 a { background-color: rgb(14,156,50); }

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

border-color css

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

 span { border-color: rgb(14,156,50); }

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