Html Css Color HEX #0EA24A Pigment Green

📋 copy color: '#0EA24A'

red 14 ◦ green 162 ◦ blue 74

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

Shades of Pigment Green #0EA24A

Tints of Pigment Green #0EA24A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 64.8%

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

R = 5.6%
G = 64.8%
B = 29.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#0EA24A (or 0x0EA24A) is known color: Pigment Green. HEX triplet: 0E, A2 and 4A. RGB value is (14,162,74). Sum of RGB (Red+Green+Blue) = 14+162+74=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA24A is #F15DB5. Grayscale: #6B6B6B. Windows color (decimal): -15818166 or 4891150. OLE color: 4891150.

HSL color Cylindrical-coordinate representation of color #0EA24A: hue angle of 144.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA24A is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 162 74 -
CMYK 0.91 0 0.54 0.36
HSL 144.32º 0.84% 0.35% -
HSV(B) 144.32º 0.91% 0.64% -
XYZ 14.34 26.43 10.82 -
YUV 107.72 108.97 61.16 -
System Red Green Blue C M Y K H S L
Decimal 14 162 74 0.91 0 0.54 0.36 144.32 0.84 0.35
Hex E A2 4A 5B 0 36 24 90 54 23
Octal 16 242 112 133 0 66 44 220 124 43
Binary 1110 10100010 1001010 1011011 0 110110 100100 10010000 1010100 100011

Color Harmonies of #0EA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA24A

Black with #0EA24A

Text Example


Text Example

White with #0EA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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