Html Css Color HEX #10A529 Forest Green

📋 copy color: '#10A529'

red 16 ◦ green 165 ◦ blue 41

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

Shades of Forest Green #10A529

Tints of Forest Green #10A529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 7.21%
G = 74.32%
B = 18.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#10A529 (or 0x10A529) is known color: Forest Green. HEX triplet: 10, A5 and 29. RGB value is (16,165,41). Sum of RGB (Red+Green+Blue) = 16+165+41=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 165 (64.84% from 255 or 74.32% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 165 - color contains mainly: green. Hex color #10A529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A529 is #EF5AD6. Grayscale: #6A6A6A. Windows color (decimal): -15686359 or 2729232. OLE color: 2729232.

HSL color Cylindrical-coordinate representation of color #10A529: hue angle of 130.07º 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 #10A529 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 165 41 -
CMYK 0.90 0 0.75 0.35
HSL 130.07º 0.82% 0.35% -
HSV(B) 130.07º 0.9% 0.65% -
XYZ 14.07 27.18 6.6 -
YUV 106.31 91.14 63.58 -
System Red Green Blue C M Y K H S L
Decimal 16 165 41 0.90 0 0.75 0.35 130.07 0.82 0.35
Hex 10 A5 29 5A 0 4B 23 82 52 23
Octal 20 245 51 132 0 113 43 202 122 43
Binary 10000 10100101 101001 1011010 0 1001011 100011 10000010 1010010 100011

Color Harmonies of #10A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A529

Black with #10A529

Text Example


Text Example

White with #10A529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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