#0A9021

Color #0A9021 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0A9021

Tints of Forest Green #0A9021

Color information

#0A9021 (or 0x0A9021) is unknown color: approx Forest Green. HEX triplet: 0A, 90 and 21. RGB value is (10,144,33). Sum of RGB (Red+Green+Blue) = 10+144+33=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 144 (56.64% from 255 or 77.01% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 144 - color contains mainly: green. Hex color #0A9021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9021 is #F56FDE. Grayscale: #5B5B5B. Windows color (decimal): -16084959 or 2199562. OLE color: 2199562.

HSL color Cylindrical-coordinate representation of color #0A9021: hue angle of 130.3º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9021 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1014433-
CMYK0.9300.770.44
HSL130.3º87.01%30.2%-
HSV(B)130.3º93.06%56.47%-
XYZ10.3720.124.78-
YUV91.2895.1170.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 144 (56.64% from 255) = 77.01%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=5.35%
G=77.01%
B=17.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10144330.9300.770.44130.387.0130.2
HexA90215D04D2C82571e
Octal122204113501155420212736
Binary10101001000010000110111010100110110110010000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A9021;
 }
 .AnyTagClassName
 {
   color: #0A9021;
 }
</style>
background-color css

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

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

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

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

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

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