Html Css Color HEX #1FF96A Spring Green

📋 copy color: '#1FF96A'

red 31 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #1FF96A

Tints of Spring Green #1FF96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 8.03%
G = 64.51%
B = 27.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#1FF96A (or 0x1FF96A) is known color: Spring Green. HEX triplet: 1F, F9 and 6A. RGB value is (31,249,106). Sum of RGB (Red+Green+Blue) = 31+249+106=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF96A is #E00695. Grayscale: #A7A7A7. Windows color (decimal): -14681750 or 7010591. OLE color: 7010591.

HSL color Cylindrical-coordinate representation of color #1FF96A: hue angle of 140.64º 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 #1FF96A is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 249 106 -
CMYK 0.88 0 0.57 0.02
HSL 140.64º 0.95% 0.55% -
HSV(B) 140.64º 0.88% 0.98% -
XYZ 37.04 69.08 25.02 -
YUV 167.52 93.28 30.63 -
System Red Green Blue C M Y K H S L
Decimal 31 249 106 0.88 0 0.57 0.02 140.64 0.95 0.55
Hex 1F F9 6A 58 0 39 2 8D 5F 37
Octal 37 371 152 130 0 71 2 215 137 67
Binary 11111 11111001 1101010 1011000 0 111001 10 10001101 1011111 110111

Color Harmonies of #1FF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF96A

Black with #1FF96A

Text Example


Text Example

White with #1FF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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