Html Css Color HEX #0AA635 Dark Pastel Green

📋 copy color: '#0AA635'

red 10 ◦ green 166 ◦ blue 53

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

Shades of Dark Pastel Green #0AA635

Tints of Dark Pastel Green #0AA635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 4.37%
G = 72.49%
B = 23.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#0AA635 (or 0x0AA635) is known color: Dark Pastel Green. HEX triplet: 0A, A6 and 35. RGB value is (10,166,53). Sum of RGB (Red+Green+Blue) = 10+166+53=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 166 (65.23% from 255 or 72.49% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA635 is #F559CA. Grayscale: #6A6A6A. Windows color (decimal): -16079307 or 3515914. OLE color: 3515914.

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

Color convert

RGB 10 166 53 -
CMYK 0.94 0 0.68 0.35
HSL 136.54º 0.89% 0.35% -
HSV(B) 136.54º 0.94% 0.65% -
XYZ 14.4 27.59 7.94 -
YUV 106.47 97.82 59.19 -
System Red Green Blue C M Y K H S L
Decimal 10 166 53 0.94 0 0.68 0.35 136.54 0.89 0.35
Hex A A6 35 5E 0 44 23 89 59 23
Octal 12 246 65 136 0 104 43 211 131 43
Binary 1010 10100110 110101 1011110 0 1000100 100011 10001001 1011001 100011

Color Harmonies of #0AA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA635

Black with #0AA635

Text Example


Text Example

White with #0AA635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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