Html Css Color HEX #10AA21 Forest Green

📋 copy color: '#10AA21'

red 16 ◦ green 170 ◦ blue 33

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

Shades of Forest Green #10AA21

Tints of Forest Green #10AA21

RGB

 RED value IS 16 (6.64% from 255) = 7.31%

 GREEN value IS 170 (66.8% from 255) = 77.63%

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

R = 7.31%
G = 77.63%
B = 15.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#10AA21 (or 0x10AA21) is known color: Forest Green. HEX triplet: 10, AA and 21. RGB value is (16,170,33). Sum of RGB (Red+Green+Blue) = 16+170+33=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 170 (66.80% from 255 or 77.63% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA21 is #EF55DE. Grayscale: #6C6C6C. Windows color (decimal): -15685087 or 2206224. OLE color: 2206224.

HSL color Cylindrical-coordinate representation of color #10AA21: hue angle of 126.62º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA21 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 33 -
CMYK 0.91 0 0.81 0.33
HSL 126.62º 0.83% 0.36% -
HSV(B) 126.62º 0.91% 0.67% -
XYZ 14.86 28.97 6.25 -
YUV 108.34 85.48 62.14 -
System Red Green Blue C M Y K H S L
Decimal 16 170 33 0.91 0 0.81 0.33 126.62 0.83 0.36
Hex 10 AA 21 5B 0 51 21 7F 53 24
Octal 20 252 41 133 0 121 41 177 123 44
Binary 10000 10101010 100001 1011011 0 1010001 100001 1111111 1010011 100100

Color Harmonies of #10AA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA21

Black with #10AA21

Text Example


Text Example

White with #10AA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AA21; }

 p { color: rgb(16,170,33); }

 H1.HeaderClassName
 {
   color: #10AA21;
 }
 .AnyTagClassName
 {
   color: #10AA21;
 }
</style>

background-color css

<style>
 a { background-color: #10AA21; }

 a { background-color: rgb(16,170,33); }

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

border-color css

<style>
 span { border-color: #10AA21; }

 span { border-color: rgb(16,170,33); }

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