Html Css Color HEX #0AA025 Forest Green

📋 copy color: '#0AA025'

red 10 ◦ green 160 ◦ blue 37

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

Shades of Forest Green #0AA025

Tints of Forest Green #0AA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 77.29%

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 4.83%
G = 77.29%
B = 17.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#0AA025 (or 0x0AA025) is known color: Forest Green. HEX triplet: 0A, A0 and 25. RGB value is (10,160,37). Sum of RGB (Red+Green+Blue) = 10+160+37=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 160 (62.89% from 255 or 77.29% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA025 is #F55FDA. Grayscale: #656565. Windows color (decimal): -16080859 or 2465802. OLE color: 2465802.

HSL color Cylindrical-coordinate representation of color #0AA025: hue angle of 130.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA025 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 160 37 -
CMYK 0.94 0 0.77 0.37
HSL 130.8º 0.88% 0.33% -
HSV(B) 130.8º 0.94% 0.63% -
XYZ 13.03 25.34 5.95 -
YUV 101.13 91.81 63 -
System Red Green Blue C M Y K H S L
Decimal 10 160 37 0.94 0 0.77 0.37 130.8 0.88 0.33
Hex A A0 25 5E 0 4D 25 83 58 21
Octal 12 240 45 136 0 115 45 203 130 41
Binary 1010 10100000 100101 1011110 0 1001101 100101 10000011 1011000 100001

Color Harmonies of #0AA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA025

Black with #0AA025

Text Example


Text Example

White with #0AA025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,160,37); }

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

background-color css

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

 a { background-color: rgb(10,160,37); }

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

border-color css

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

 span { border-color: rgb(10,160,37); }

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