Html Css Color HEX #0AA422 Forest Green

📋 copy color: '#0AA422'

red 10 ◦ green 164 ◦ blue 34

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

Shades of Forest Green #0AA422

Tints of Forest Green #0AA422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.35%

R = 4.81%
G = 78.85%
B = 16.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#0AA422 (or 0x0AA422) is known color: Forest Green. HEX triplet: 0A, A4 and 22. RGB value is (10,164,34). Sum of RGB (Red+Green+Blue) = 10+164+34=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 164 (64.45% from 255 or 78.85% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA422 is #F55BDD. Grayscale: #676767. Windows color (decimal): -16079838 or 2270218. OLE color: 2270218.

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

Color convert

RGB 10 164 34 -
CMYK 0.94 0 0.79 0.36
HSL 129.35º 0.89% 0.34% -
HSV(B) 129.35º 0.94% 0.64% -
XYZ 13.69 26.73 5.95 -
YUV 103.13 88.98 61.57 -
System Red Green Blue C M Y K H S L
Decimal 10 164 34 0.94 0 0.79 0.36 129.35 0.89 0.34
Hex A A4 22 5E 0 4F 24 81 59 22
Octal 12 244 42 136 0 117 44 201 131 42
Binary 1010 10100100 100010 1011110 0 1001111 100100 10000001 1011001 100010

Color Harmonies of #0AA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA422

Black with #0AA422

Text Example


Text Example

White with #0AA422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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