Html Css Color HEX #0AA24E Pigment Green

📋 copy color: '#0AA24E'

red 10 ◦ green 162 ◦ blue 78

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

Shades of Pigment Green #0AA24E

Tints of Pigment Green #0AA24E

RGB

 RED value IS 10 (4.3% from 255) = 4%

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

 BLUE value IS 78 (30.86% from 255) = 31.2%

R = 4%
G = 64.8%
B = 31.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#0AA24E (or 0x0AA24E) is known color: Pigment Green. HEX triplet: 0A, A2 and 4E. RGB value is (10,162,78). Sum of RGB (Red+Green+Blue) = 10+162+78=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 162 (63.67% from 255 or 64.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA24E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA24E is #F55DB1. Grayscale: #6B6B6B. Windows color (decimal): -16080306 or 5153290. OLE color: 5153290.

HSL color Cylindrical-coordinate representation of color #0AA24E: hue angle of 146.84º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA24E is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 162 78 -
CMYK 0.94 0 0.52 0.36
HSL 146.84º 0.88% 0.34% -
HSV(B) 146.84º 0.94% 0.64% -
XYZ 14.42 26.46 11.55 -
YUV 106.98 111.64 58.83 -
System Red Green Blue C M Y K H S L
Decimal 10 162 78 0.94 0 0.52 0.36 146.84 0.88 0.34
Hex A A2 4E 5E 0 34 24 93 58 22
Octal 12 242 116 136 0 64 44 223 130 42
Binary 1010 10100010 1001110 1011110 0 110100 100100 10010011 1011000 100010

Color Harmonies of #0AA24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA24E

Black with #0AA24E

Text Example


Text Example

White with #0AA24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,162,78); }

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

background-color css

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

 a { background-color: rgb(10,162,78); }

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

border-color css

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

 span { border-color: rgb(10,162,78); }

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