Html Css Color HEX #10A019 Forest Green

📋 copy color: '#10A019'

red 16 ◦ green 160 ◦ blue 25

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

Shades of Forest Green #10A019

Tints of Forest Green #10A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 79.6%

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 7.96%
G = 79.6%
B = 12.44%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#10A019 (or 0x10A019) is known color: Forest Green. HEX triplet: 10, A0 and 19. RGB value is (16,160,25). Sum of RGB (Red+Green+Blue) = 16+160+25=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 160 (62.89% from 255 or 79.60% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 160 - color contains mainly: green. Hex color #10A019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A019 is #EF5FE6. Grayscale: #656565. Windows color (decimal): -15687655 or 1679376. OLE color: 1679376.

HSL color Cylindrical-coordinate representation of color #10A019: hue angle of 123.75º 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 #10A019 is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 160 25 -
CMYK 0.9 0 0.84 0.37
HSL 123.75º 0.82% 0.35% -
HSV(B) 123.75º 0.9% 0.63% -
XYZ 12.96 25.32 5.12 -
YUV 101.55 84.79 66.98 -
System Red Green Blue C M Y K H S L
Decimal 16 160 25 0.9 0 0.84 0.37 123.75 0.82 0.35
Hex 10 A0 19 5A 0 54 25 7C 52 23
Octal 20 240 31 132 0 124 45 174 122 43
Binary 10000 10100000 11001 1011010 0 1010100 100101 1111100 1010010 100011

Color Harmonies of #10A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A019

Black with #10A019

Text Example


Text Example

White with #10A019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,160,25); }

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

background-color css

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

 a { background-color: rgb(16,160,25); }

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

border-color css

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

 span { border-color: rgb(16,160,25); }

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