Html Css Color HEX #0EAA4A Pigment Green

📋 copy color: '#0EAA4A'

red 14 ◦ green 170 ◦ blue 74

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

Shades of Pigment Green #0EAA4A

Tints of Pigment Green #0EAA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 65.89%

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 5.43%
G = 65.89%
B = 28.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#0EAA4A (or 0x0EAA4A) is known color: Pigment Green. HEX triplet: 0E, AA and 4A. RGB value is (14,170,74). Sum of RGB (Red+Green+Blue) = 14+170+74=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA4A is #F155B5. Grayscale: #707070. Windows color (decimal): -15816118 or 4893198. OLE color: 4893198.

HSL color Cylindrical-coordinate representation of color #0EAA4A: hue angle of 143.08º 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 #0EAA4A is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 170 74 -
CMYK 0.92 0 0.56 0.33
HSL 143.08º 0.85% 0.36% -
HSV(B) 143.08º 0.92% 0.67% -
XYZ 15.79 29.34 11.31 -
YUV 112.41 106.32 57.81 -
System Red Green Blue C M Y K H S L
Decimal 14 170 74 0.92 0 0.56 0.33 143.08 0.85 0.36
Hex E AA 4A 5C 0 38 21 8F 55 24
Octal 16 252 112 134 0 70 41 217 125 44
Binary 1110 10101010 1001010 1011100 0 111000 100001 10001111 1010101 100100

Color Harmonies of #0EAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA4A

Black with #0EAA4A

Text Example


Text Example

White with #0EAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,74); }

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

background-color css

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

 a { background-color: rgb(14,170,74); }

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

border-color css

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

 span { border-color: rgb(14,170,74); }

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