Html Css Color HEX #0E9A1B Forest Green

📋 copy color: '#0E9A1B'

red 14 ◦ green 154 ◦ blue 27

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

Shades of Forest Green #0E9A1B

Tints of Forest Green #0E9A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 7.18%
G = 78.97%
B = 13.85%

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

#0E9A1B (or 0x0E9A1B) is known color: Forest Green. HEX triplet: 0E, 9A and 1B. RGB value is (14,154,27). Sum of RGB (Red+Green+Blue) = 14+154+27=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 154 (60.55% from 255 or 78.97% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9A1B is #F165E4. Grayscale: #626262. Windows color (decimal): -15820261 or 1808910. OLE color: 1808910.

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

Color convert

RGB 14 154 27 -
CMYK 0.91 0 0.82 0.40
HSL 125.57º 0.83% 0.33% -
HSV(B) 125.57º 0.91% 0.6% -
XYZ 11.93 23.28 4.9 -
YUV 97.66 88.12 68.33 -
System Red Green Blue C M Y K H S L
Decimal 14 154 27 0.91 0 0.82 0.40 125.57 0.83 0.33
Hex E 9A 1B 5B 0 52 28 7E 53 21
Octal 16 232 33 133 0 122 50 176 123 41
Binary 1110 10011010 11011 1011011 0 1010010 101000 1111110 1010011 100001

Color Harmonies of #0E9A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9A1B

Black with #0E9A1B

Text Example


Text Example

White with #0E9A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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