Html Css Color HEX #1CFA86 Spring Green

📋 copy color: '#1CFA86'

red 28 ◦ green 250 ◦ blue 134

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

Shades of Spring Green #1CFA86

Tints of Spring Green #1CFA86

RGB

 RED value IS 28 (11.33% from 255) = 6.8%

 GREEN value IS 250 (98.05% from 255) = 60.68%

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 6.8%
G = 60.68%
B = 32.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#1CFA86 (or 0x1CFA86) is known color: Spring Green. HEX triplet: 1C, FA and 86. RGB value is (28,250,134). Sum of RGB (Red+Green+Blue) = 28+250+134=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFA86 is #E30579. Grayscale: #AAAAAA. Windows color (decimal): -14878074 or 8845852. OLE color: 8845852.

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

Color convert

RGB 28 250 134 -
CMYK 0.89 0 0.46 0.02
HSL 148.65º 0.96% 0.55% -
HSV(B) 148.65º 0.89% 0.98% -
XYZ 38.97 70.34 34.08 -
YUV 170.4 107.45 26.43 -
System Red Green Blue C M Y K H S L
Decimal 28 250 134 0.89 0 0.46 0.02 148.65 0.96 0.55
Hex 1C FA 86 59 0 2E 2 95 60 37
Octal 34 372 206 131 0 56 2 225 140 67
Binary 11100 11111010 10000110 1011001 0 101110 10 10010101 1100000 110111

Color Harmonies of #1CFA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CFA86

Black with #1CFA86

Text Example


Text Example

White with #1CFA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,250,134); }

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

background-color css

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

 a { background-color: rgb(28,250,134); }

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

border-color css

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

 span { border-color: rgb(28,250,134); }

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