Html Css Color HEX #10AB1F Forest Green

📋 copy color: '#10AB1F'

red 16 ◦ green 171 ◦ blue 31

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

Shades of Forest Green #10AB1F

Tints of Forest Green #10AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 78.44%

 BLUE value IS 31 (12.5% from 255) = 14.22%

R = 7.34%
G = 78.44%
B = 14.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#10AB1F (or 0x10AB1F) is known color: Forest Green. HEX triplet: 10, AB and 1F. RGB value is (16,171,31). Sum of RGB (Red+Green+Blue) = 16+171+31=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB1F is #EF54E0. Grayscale: #6D6D6D. Windows color (decimal): -15684833 or 2075408. OLE color: 2075408.

HSL color Cylindrical-coordinate representation of color #10AB1F: hue angle of 125.81º 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 #10AB1F is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 171 31 -
CMYK 0.91 0 0.82 0.33
HSL 125.81º 0.83% 0.37% -
HSV(B) 125.81º 0.91% 0.67% -
XYZ 15.02 29.33 6.17 -
YUV 108.7 84.15 61.88 -
System Red Green Blue C M Y K H S L
Decimal 16 171 31 0.91 0 0.82 0.33 125.81 0.83 0.37
Hex 10 AB 1F 5B 0 52 21 7E 53 25
Octal 20 253 37 133 0 122 41 176 123 45
Binary 10000 10101011 11111 1011011 0 1010010 100001 1111110 1010011 100101

Color Harmonies of #10AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB1F

Black with #10AB1F

Text Example


Text Example

White with #10AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,31); }

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

background-color css

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

 a { background-color: rgb(16,171,31); }

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

border-color css

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

 span { border-color: rgb(16,171,31); }

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