Html Css Color HEX #0AA52C Dark Pastel Green

📋 copy color: '#0AA52C'

red 10 ◦ green 165 ◦ blue 44

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

Shades of Dark Pastel Green #0AA52C

Tints of Dark Pastel Green #0AA52C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 75.34%

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 4.57%
G = 75.34%
B = 20.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#0AA52C (or 0x0AA52C) is known color: Dark Pastel Green. HEX triplet: 0A, A5 and 2C. RGB value is (10,165,44). Sum of RGB (Red+Green+Blue) = 10+165+44=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 165 (64.84% from 255 or 75.34% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA52C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA52C is #F55AD3. Grayscale: #696969. Windows color (decimal): -16079572 or 2925834. OLE color: 2925834.

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

Color convert

RGB 10 165 44 -
CMYK 0.94 0 0.73 0.35
HSL 133.16º 0.89% 0.34% -
HSV(B) 133.16º 0.94% 0.65% -
XYZ 14.03 27.16 6.88 -
YUV 104.86 93.65 60.34 -
System Red Green Blue C M Y K H S L
Decimal 10 165 44 0.94 0 0.73 0.35 133.16 0.89 0.34
Hex A A5 2C 5E 0 49 23 85 59 22
Octal 12 245 54 136 0 111 43 205 131 42
Binary 1010 10100101 101100 1011110 0 1001001 100011 10000101 1011001 100010

Color Harmonies of #0AA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA52C

Black with #0AA52C

Text Example


Text Example

White with #0AA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,165,44); }

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

background-color css

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

 a { background-color: rgb(10,165,44); }

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

border-color css

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

 span { border-color: rgb(10,165,44); }

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