Html Css Color HEX #0AA521 Forest Green

📋 copy color: '#0AA521'

red 10 ◦ green 165 ◦ blue 33

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

Shades of Forest Green #0AA521

Tints of Forest Green #0AA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 79.33%

 BLUE value IS 33 (13.28% from 255) = 15.87%

R = 4.81%
G = 79.33%
B = 15.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#0AA521 (or 0x0AA521) is known color: Forest Green. HEX triplet: 0A, A5 and 21. RGB value is (10,165,33). Sum of RGB (Red+Green+Blue) = 10+165+33=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 165 (64.84% from 255 or 79.33% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA521 is #F55ADE. Grayscale: #676767. Windows color (decimal): -16079583 or 2204938. OLE color: 2204938.

HSL color Cylindrical-coordinate representation of color #0AA521: hue angle of 128.9º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA521 is Cyan = 0.94, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 10 165 33 -
CMYK 0.94 0 0.8 0.35
HSL 128.9º 0.89% 0.34% -
HSV(B) 128.9º 0.94% 0.65% -
XYZ 13.85 27.08 5.94 -
YUV 103.61 88.15 61.23 -
System Red Green Blue C M Y K H S L
Decimal 10 165 33 0.94 0 0.8 0.35 128.9 0.89 0.34
Hex A A5 21 5E 0 50 23 81 59 22
Octal 12 245 41 136 0 120 43 201 131 42
Binary 1010 10100101 100001 1011110 0 1010000 100011 10000001 1011001 100010

Color Harmonies of #0AA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA521

Black with #0AA521

Text Example


Text Example

White with #0AA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,165,33); }

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

background-color css

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

 a { background-color: rgb(10,165,33); }

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

border-color css

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

 span { border-color: rgb(10,165,33); }

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