Html Css Color HEX #1FF970 Spring Green

📋 copy color: '#1FF970'

red 31 ◦ green 249 ◦ blue 112

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

Shades of Spring Green #1FF970

Tints of Spring Green #1FF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 63.52%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 7.91%
G = 63.52%
B = 28.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#1FF970 (or 0x1FF970) is known color: Spring Green. HEX triplet: 1F, F9 and 70. RGB value is (31,249,112). Sum of RGB (Red+Green+Blue) = 31+249+112=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 249 (97.66% from 255 or 63.52% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF970 is #E0068F. Grayscale: #A8A8A8. Windows color (decimal): -14681744 or 7403807. OLE color: 7403807.

HSL color Cylindrical-coordinate representation of color #1FF970: hue angle of 142.29º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FF970 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 249 112 -
CMYK 0.88 0 0.55 0.02
HSL 142.29º 0.95% 0.55% -
HSV(B) 142.29º 0.88% 0.98% -
XYZ 37.37 69.21 26.72 -
YUV 168.2 96.28 30.14 -
System Red Green Blue C M Y K H S L
Decimal 31 249 112 0.88 0 0.55 0.02 142.29 0.95 0.55
Hex 1F F9 70 58 0 37 2 8E 5F 37
Octal 37 371 160 130 0 67 2 216 137 67
Binary 11111 11111001 1110000 1011000 0 110111 10 10001110 1011111 110111

Color Harmonies of #1FF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF970

Black with #1FF970

Text Example


Text Example

White with #1FF970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,249,112); }

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

background-color css

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

 a { background-color: rgb(31,249,112); }

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

border-color css

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

 span { border-color: rgb(31,249,112); }

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