Html Css Color HEX #10A52A Forest Green

📋 copy color: '#10A52A'

red 16 ◦ green 165 ◦ blue 42

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

Shades of Forest Green #10A52A

Tints of Forest Green #10A52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 7.17%
G = 73.99%
B = 18.83%

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

#10A52A (or 0x10A52A) is known color: Forest Green. HEX triplet: 10, A5 and 2A. RGB value is (16,165,42). Sum of RGB (Red+Green+Blue) = 16+165+42=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 165 (64.84% from 255 or 73.99% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 165 - color contains mainly: green. Hex color #10A52A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A52A is #EF5AD5. Grayscale: #6A6A6A. Windows color (decimal): -15686358 or 2794768. OLE color: 2794768.

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

Color convert

RGB 16 165 42 -
CMYK 0.90 0 0.75 0.35
HSL 130.47º 0.82% 0.35% -
HSV(B) 130.47º 0.9% 0.65% -
XYZ 14.09 27.19 6.7 -
YUV 106.43 91.64 63.5 -
System Red Green Blue C M Y K H S L
Decimal 16 165 42 0.90 0 0.75 0.35 130.47 0.82 0.35
Hex 10 A5 2A 5A 0 4B 23 82 52 23
Octal 20 245 52 132 0 113 43 202 122 43
Binary 10000 10100101 101010 1011010 0 1001011 100011 10000010 1010010 100011

Color Harmonies of #10A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A52A

Black with #10A52A

Text Example


Text Example

White with #10A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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