Html Css Color HEX #1FA70C Forest Green

📋 copy color: '#1FA70C'

red 31 ◦ green 167 ◦ blue 12

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

Shades of Forest Green #1FA70C

Tints of Forest Green #1FA70C

RGB

 RED value IS 31 (12.5% from 255) = 14.76%

 GREEN value IS 167 (65.63% from 255) = 79.52%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 14.76%
G = 79.52%
B = 5.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#1FA70C (or 0x1FA70C) is known color: Forest Green. HEX triplet: 1F, A7 and 0C. RGB value is (31,167,12). Sum of RGB (Red+Green+Blue) = 31+167+12=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 167 (65.62% from 255 or 79.52% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA70C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA70C is #E058F3. Grayscale: #6D6D6D. Windows color (decimal): -14702836 or 829215. OLE color: 829215.

HSL color Cylindrical-coordinate representation of color #1FA70C: hue angle of 112.65º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FA70C is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 167 12 -
CMYK 0.81 0 0.93 0.35
HSL 112.65º 0.87% 0.35% -
HSV(B) 112.65º 0.93% 0.65% -
XYZ 14.45 27.96 4.98 -
YUV 108.67 73.44 72.6 -
System Red Green Blue C M Y K H S L
Decimal 31 167 12 0.81 0 0.93 0.35 112.65 0.87 0.35
Hex 1F A7 C 51 0 5D 23 71 57 23
Octal 37 247 14 121 0 135 43 161 127 43
Binary 11111 10100111 1100 1010001 0 1011101 100011 1110001 1010111 100011

Color Harmonies of #1FA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA70C

Black with #1FA70C

Text Example


Text Example

White with #1FA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FA70C; }

 p { color: rgb(31,167,12); }

 H1.HeaderClassName
 {
   color: #1FA70C;
 }
 .AnyTagClassName
 {
   color: #1FA70C;
 }
</style>

background-color css

<style>
 a { background-color: #1FA70C; }

 a { background-color: rgb(31,167,12); }

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

border-color css

<style>
 span { border-color: #1FA70C; }

 span { border-color: rgb(31,167,12); }

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