Html Css Color HEX #0EA625 Forest Green

📋 copy color: '#0EA625'

red 14 ◦ green 166 ◦ blue 37

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

Shades of Forest Green #0EA625

Tints of Forest Green #0EA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 76.5%

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 6.45%
G = 76.5%
B = 17.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#0EA625 (or 0x0EA625) is known color: Forest Green. HEX triplet: 0E, A6 and 25. RGB value is (14,166,37). Sum of RGB (Red+Green+Blue) = 14+166+37=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 166 (65.23% from 255 or 76.50% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA625 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA625 is #F159DA. Grayscale: #6A6A6A. Windows color (decimal): -15817179 or 2467342. OLE color: 2467342.

HSL color Cylindrical-coordinate representation of color #0EA625: hue angle of 129.08º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA625 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 37 -
CMYK 0.92 0 0.78 0.35
HSL 129.08º 0.84% 0.35% -
HSV(B) 129.08º 0.92% 0.65% -
XYZ 14.15 27.5 6.31 -
YUV 105.85 89.14 62.49 -
System Red Green Blue C M Y K H S L
Decimal 14 166 37 0.92 0 0.78 0.35 129.08 0.84 0.35
Hex E A6 25 5C 0 4E 23 81 54 23
Octal 16 246 45 134 0 116 43 201 124 43
Binary 1110 10100110 100101 1011100 0 1001110 100011 10000001 1010100 100011

Color Harmonies of #0EA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA625

Black with #0EA625

Text Example


Text Example

White with #0EA625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,37); }

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

background-color css

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

 a { background-color: rgb(14,166,37); }

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

border-color css

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

 span { border-color: rgb(14,166,37); }

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