Html Css Color HEX #10A521 Forest Green

📋 copy color: '#10A521'

red 16 ◦ green 165 ◦ blue 33

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

Shades of Forest Green #10A521

Tints of Forest Green #10A521

RGB

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

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

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

R = 7.48%
G = 77.1%
B = 15.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#10A521 (or 0x10A521) is known color: Forest Green. HEX triplet: 10, A5 and 21. RGB value is (16,165,33). Sum of RGB (Red+Green+Blue) = 16+165+33=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #10A521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A521 is #EF5ADE. Grayscale: #696969. Windows color (decimal): -15686367 or 2204944. OLE color: 2204944.

HSL color Cylindrical-coordinate representation of color #10A521: hue angle of 126.85º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A521 is Cyan = 0.90, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 165 33 -
CMYK 0.90 0 0.8 0.35
HSL 126.85º 0.82% 0.35% -
HSV(B) 126.85º 0.9% 0.65% -
XYZ 13.94 27.13 5.94 -
YUV 105.4 87.14 64.23 -
System Red Green Blue C M Y K H S L
Decimal 16 165 33 0.90 0 0.8 0.35 126.85 0.82 0.35
Hex 10 A5 21 5A 0 50 23 7F 52 23
Octal 20 245 41 132 0 120 43 177 122 43
Binary 10000 10100101 100001 1011010 0 1010000 100011 1111111 1010010 100011

Color Harmonies of #10A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A521

Black with #10A521

Text Example


Text Example

White with #10A521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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