Html Css Color HEX #0E9619 Forest Green

📋 copy color: '#0E9619'

red 14 ◦ green 150 ◦ blue 25

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

Shades of Forest Green #0E9619

Tints of Forest Green #0E9619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 79.37%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 7.41%
G = 79.37%
B = 13.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#0E9619 (or 0x0E9619) is known color: Forest Green. HEX triplet: 0E, 96 and 19. RGB value is (14,150,25). Sum of RGB (Red+Green+Blue) = 14+150+25=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 150 (58.98% from 255 or 79.37% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 150 - color contains mainly: green. Hex color #0E9619 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9619 is #F169E6. Grayscale: #5F5F5F. Windows color (decimal): -15821287 or 1676814. OLE color: 1676814.

HSL color Cylindrical-coordinate representation of color #0E9619: hue angle of 124.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9619 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 150 25 -
CMYK 0.91 0 0.83 0.41
HSL 124.85º 0.83% 0.32% -
HSV(B) 124.85º 0.91% 0.59% -
XYZ 11.26 21.98 4.57 -
YUV 95.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 14 150 25 0.91 0 0.83 0.41 124.85 0.83 0.32
Hex E 96 19 5B 0 53 29 7D 53 20
Octal 16 226 31 133 0 123 51 175 123 40
Binary 1110 10010110 11001 1011011 0 1010011 101001 1111101 1010011 100000

Color Harmonies of #0E9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9619

Black with #0E9619

Text Example


Text Example

White with #0E9619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,150,25); }

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

background-color css

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

 a { background-color: rgb(14,150,25); }

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

border-color css

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

 span { border-color: rgb(14,150,25); }

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