Html Css Color HEX #10A121 Forest Green

📋 copy color: '#10A121'

red 16 ◦ green 161 ◦ blue 33

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

Shades of Forest Green #10A121

Tints of Forest Green #10A121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 76.67%

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

R = 7.62%
G = 76.67%
B = 15.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#10A121 (or 0x10A121) is known color: Forest Green. HEX triplet: 10, A1 and 21. RGB value is (16,161,33). Sum of RGB (Red+Green+Blue) = 16+161+33=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 161 (63.28% from 255 or 76.67% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 161 - color contains mainly: green. Hex color #10A121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A121 is #EF5EDE. Grayscale: #676767. Windows color (decimal): -15687391 or 2203920. OLE color: 2203920.

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

Color convert

RGB 16 161 33 -
CMYK 0.90 0 0.80 0.37
HSL 127.03º 0.82% 0.35% -
HSV(B) 127.03º 0.9% 0.63% -
XYZ 13.23 25.71 5.7 -
YUV 103.05 88.46 65.91 -
System Red Green Blue C M Y K H S L
Decimal 16 161 33 0.90 0 0.80 0.37 127.03 0.82 0.35
Hex 10 A1 21 5A 0 50 25 7F 52 23
Octal 20 241 41 132 0 120 45 177 122 43
Binary 10000 10100001 100001 1011010 0 1010000 100101 1111111 1010010 100011

Color Harmonies of #10A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A121

Black with #10A121

Text Example


Text Example

White with #10A121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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