Html Css Color HEX #10AC1D Forest Green

📋 copy color: '#10AC1D'

red 16 ◦ green 172 ◦ blue 29

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

Shades of Forest Green #10AC1D

Tints of Forest Green #10AC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 79.26%

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 7.37%
G = 79.26%
B = 13.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#10AC1D (or 0x10AC1D) is known color: Forest Green. HEX triplet: 10, AC and 1D. RGB value is (16,172,29). Sum of RGB (Red+Green+Blue) = 16+172+29=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC1D is #EF53E2. Grayscale: #6D6D6D. Windows color (decimal): -15684579 or 1944592. OLE color: 1944592.

HSL color Cylindrical-coordinate representation of color #10AC1D: hue angle of 125º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC1D is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 29 -
CMYK 0.91 0 0.83 0.33
HSL 125º 0.83% 0.37% -
HSV(B) 125º 0.91% 0.67% -
XYZ 15.19 29.7 6.1 -
YUV 109.05 82.82 61.63 -
System Red Green Blue C M Y K H S L
Decimal 16 172 29 0.91 0 0.83 0.33 125 0.83 0.37
Hex 10 AC 1D 5B 0 53 21 7D 53 25
Octal 20 254 35 133 0 123 41 175 123 45
Binary 10000 10101100 11101 1011011 0 1010011 100001 1111101 1010011 100101

Color Harmonies of #10AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC1D

Black with #10AC1D

Text Example


Text Example

White with #10AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,29); }

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

background-color css

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

 a { background-color: rgb(16,172,29); }

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

border-color css

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

 span { border-color: rgb(16,172,29); }

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