Html Css Color HEX #0AA62F Dark Pastel Green

📋 copy color: '#0AA62F'

red 10 ◦ green 166 ◦ blue 47

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

Shades of Dark Pastel Green #0AA62F

Tints of Dark Pastel Green #0AA62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 4.48%
G = 74.44%
B = 21.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#0AA62F (or 0x0AA62F) is known color: Dark Pastel Green. HEX triplet: 0A, A6 and 2F. RGB value is (10,166,47). Sum of RGB (Red+Green+Blue) = 10+166+47=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 166 (65.23% from 255 or 74.44% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA62F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA62F is #F559D0. Grayscale: #6A6A6A. Windows color (decimal): -16079313 or 3122698. OLE color: 3122698.

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

Color convert

RGB 10 166 47 -
CMYK 0.94 0 0.72 0.35
HSL 134.23º 0.89% 0.35% -
HSV(B) 134.23º 0.94% 0.65% -
XYZ 14.27 27.54 7.25 -
YUV 105.79 94.82 59.68 -
System Red Green Blue C M Y K H S L
Decimal 10 166 47 0.94 0 0.72 0.35 134.23 0.89 0.35
Hex A A6 2F 5E 0 48 23 86 59 23
Octal 12 246 57 136 0 110 43 206 131 43
Binary 1010 10100110 101111 1011110 0 1001000 100011 10000110 1011001 100011

Color Harmonies of #0AA62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA62F

Black with #0AA62F

Text Example


Text Example

White with #0AA62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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