Html Css Color HEX #0AA624 Dark Pastel Green

📋 copy color: '#0AA624'

red 10 ◦ green 166 ◦ blue 36

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

Shades of Dark Pastel Green #0AA624

Tints of Dark Pastel Green #0AA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 78.3%

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 4.72%
G = 78.3%
B = 16.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#0AA624 (or 0x0AA624) is known color: Dark Pastel Green. HEX triplet: 0A, A6 and 24. RGB value is (10,166,36). Sum of RGB (Red+Green+Blue) = 10+166+36=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 166 (65.23% from 255 or 78.30% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA624 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA624 is #F559DB. Grayscale: #686868. Windows color (decimal): -16079324 or 2401802. OLE color: 2401802.

HSL color Cylindrical-coordinate representation of color #0AA624: hue angle of 130º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA624 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 10 166 36 -
CMYK 0.94 0 0.78 0.35
HSL 130º 0.89% 0.35% -
HSV(B) 130º 0.94% 0.65% -
XYZ 14.08 27.46 6.23 -
YUV 104.54 89.32 60.57 -
System Red Green Blue C M Y K H S L
Decimal 10 166 36 0.94 0 0.78 0.35 130 0.89 0.35
Hex A A6 24 5E 0 4E 23 82 59 23
Octal 12 246 44 136 0 116 43 202 131 43
Binary 1010 10100110 100100 1011110 0 1001110 100011 10000010 1011001 100011

Color Harmonies of #0AA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA624

Black with #0AA624

Text Example


Text Example

White with #0AA624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,166,36); }

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

background-color css

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

 a { background-color: rgb(10,166,36); }

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

border-color css

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

 span { border-color: rgb(10,166,36); }

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