Html Css Color HEX #0AA428 Dark Pastel Green

📋 copy color: '#0AA428'

red 10 ◦ green 164 ◦ blue 40

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

Shades of Dark Pastel Green #0AA428

Tints of Dark Pastel Green #0AA428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 4.67%
G = 76.64%
B = 18.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#0AA428 (or 0x0AA428) is known color: Dark Pastel Green. HEX triplet: 0A, A4 and 28. RGB value is (10,164,40). Sum of RGB (Red+Green+Blue) = 10+164+40=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 164 (64.45% from 255 or 76.64% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA428 is #F55BD7. Grayscale: #686868. Windows color (decimal): -16079832 or 2663434. OLE color: 2663434.

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

Color convert

RGB 10 164 40 -
CMYK 0.94 0 0.76 0.36
HSL 131.69º 0.89% 0.34% -
HSV(B) 131.69º 0.94% 0.64% -
XYZ 13.78 26.77 6.45 -
YUV 103.82 91.98 61.08 -
System Red Green Blue C M Y K H S L
Decimal 10 164 40 0.94 0 0.76 0.36 131.69 0.89 0.34
Hex A A4 28 5E 0 4C 24 84 59 22
Octal 12 244 50 136 0 114 44 204 131 42
Binary 1010 10100100 101000 1011110 0 1001100 100100 10000100 1011001 100010

Color Harmonies of #0AA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA428

Black with #0AA428

Text Example


Text Example

White with #0AA428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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