Html Css Color HEX #0EAB42 Pigment Green

📋 copy color: '#0EAB42'

red 14 ◦ green 171 ◦ blue 66

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

Shades of Pigment Green #0EAB42

Tints of Pigment Green #0EAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 68.13%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 5.58%
G = 68.13%
B = 26.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#0EAB42 (or 0x0EAB42) is known color: Pigment Green. HEX triplet: 0E, AB and 42. RGB value is (14,171,66). Sum of RGB (Red+Green+Blue) = 14+171+66=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB42 is #F154BD. Grayscale: #707070. Windows color (decimal): -15815870 or 4369166. OLE color: 4369166.

HSL color Cylindrical-coordinate representation of color #0EAB42: hue angle of 139.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAB42 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 171 66 -
CMYK 0.92 0 0.61 0.33
HSL 139.87º 0.85% 0.36% -
HSV(B) 139.87º 0.92% 0.67% -
XYZ 15.73 29.61 10.04 -
YUV 112.09 101.99 58.04 -
System Red Green Blue C M Y K H S L
Decimal 14 171 66 0.92 0 0.61 0.33 139.87 0.85 0.36
Hex E AB 42 5C 0 3D 21 8C 55 24
Octal 16 253 102 134 0 75 41 214 125 44
Binary 1110 10101011 1000010 1011100 0 111101 100001 10001100 1010101 100100

Color Harmonies of #0EAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB42

Black with #0EAB42

Text Example


Text Example

White with #0EAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,66); }

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

background-color css

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

 a { background-color: rgb(14,171,66); }

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

border-color css

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

 span { border-color: rgb(14,171,66); }

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