Html Css Color HEX #0AA427 Dark Pastel Green

📋 copy color: '#0AA427'

red 10 ◦ green 164 ◦ blue 39

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

Shades of Dark Pastel Green #0AA427

Tints of Dark Pastel Green #0AA427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.31%

R = 4.69%
G = 77%
B = 18.31%

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

#0AA427 (or 0x0AA427) is known color: Dark Pastel Green. HEX triplet: 0A, A4 and 27. RGB value is (10,164,39). Sum of RGB (Red+Green+Blue) = 10+164+39=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 164 (64.45% from 255 or 77.00% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA427 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA427 is #F55BD8. Grayscale: #686868. Windows color (decimal): -16079833 or 2597898. OLE color: 2597898.

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

Color convert

RGB 10 164 39 -
CMYK 0.94 0 0.76 0.36
HSL 131.3º 0.89% 0.34% -
HSV(B) 131.3º 0.94% 0.64% -
XYZ 13.77 26.76 6.36 -
YUV 103.7 91.48 61.16 -
System Red Green Blue C M Y K H S L
Decimal 10 164 39 0.94 0 0.76 0.36 131.3 0.89 0.34
Hex A A4 27 5E 0 4C 24 83 59 22
Octal 12 244 47 136 0 114 44 203 131 42
Binary 1010 10100100 100111 1011110 0 1001100 100100 10000011 1011001 100010

Color Harmonies of #0AA427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA427

Black with #0AA427

Text Example


Text Example

White with #0AA427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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