Html Css Color HEX #10A321 Forest Green

📋 copy color: '#10A321'

red 16 ◦ green 163 ◦ blue 33

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

Shades of Forest Green #10A321

Tints of Forest Green #10A321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.89%

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

R = 7.55%
G = 76.89%
B = 15.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#10A321 (or 0x10A321) is known color: Forest Green. HEX triplet: 10, A3 and 21. RGB value is (16,163,33). Sum of RGB (Red+Green+Blue) = 16+163+33=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 163 (64.06% from 255 or 76.89% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 163 - color contains mainly: green. Hex color #10A321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A321 is #EF5CDE. Grayscale: #686868. Windows color (decimal): -15686879 or 2204432. OLE color: 2204432.

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

Color convert

RGB 16 163 33 -
CMYK 0.90 0 0.80 0.36
HSL 126.94º 0.82% 0.35% -
HSV(B) 126.94º 0.9% 0.64% -
XYZ 13.59 26.41 5.82 -
YUV 104.23 87.8 65.07 -
System Red Green Blue C M Y K H S L
Decimal 16 163 33 0.90 0 0.80 0.36 126.94 0.82 0.35
Hex 10 A3 21 5A 0 50 24 7F 52 23
Octal 20 243 41 132 0 120 44 177 122 43
Binary 10000 10100011 100001 1011010 0 1010000 100100 1111111 1010010 100011

Color Harmonies of #10A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A321

Black with #10A321

Text Example


Text Example

White with #10A321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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