Html Css Color HEX #0AA434 Dark Pastel Green

📋 copy color: '#0AA434'

red 10 ◦ green 164 ◦ blue 52

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

Shades of Dark Pastel Green #0AA434

Tints of Dark Pastel Green #0AA434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 72.57%

 BLUE value IS 52 (20.7% from 255) = 23.01%

R = 4.42%
G = 72.57%
B = 23.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#0AA434 (or 0x0AA434) is known color: Dark Pastel Green. HEX triplet: 0A, A4 and 34. RGB value is (10,164,52). Sum of RGB (Red+Green+Blue) = 10+164+52=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 164 (64.45% from 255 or 72.57% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA434 is #F55BCB. Grayscale: #696969. Windows color (decimal): -16079820 or 3449866. OLE color: 3449866.

HSL color Cylindrical-coordinate representation of color #0AA434: hue angle of 136.36º degrees, saturation: 0.89, 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 #0AA434 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 164 52 -
CMYK 0.94 0 0.68 0.36
HSL 136.36º 0.89% 0.34% -
HSV(B) 136.36º 0.94% 0.64% -
XYZ 14.02 26.86 7.7 -
YUV 105.19 97.98 60.11 -
System Red Green Blue C M Y K H S L
Decimal 10 164 52 0.94 0 0.68 0.36 136.36 0.89 0.34
Hex A A4 34 5E 0 44 24 88 59 22
Octal 12 244 64 136 0 104 44 210 131 42
Binary 1010 10100100 110100 1011110 0 1000100 100100 10001000 1011001 100010

Color Harmonies of #0AA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA434

Black with #0AA434

Text Example


Text Example

White with #0AA434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,164,52); }

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

background-color css

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

 a { background-color: rgb(10,164,52); }

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

border-color css

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

 span { border-color: rgb(10,164,52); }

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