Html Css Color HEX #1CF86A Spring Green

📋 copy color: '#1CF86A'

red 28 ◦ green 248 ◦ blue 106

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

Shades of Spring Green #1CF86A

Tints of Spring Green #1CF86A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.92%

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

R = 7.33%
G = 64.92%
B = 27.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#1CF86A (or 0x1CF86A) is known color: Spring Green. HEX triplet: 1C, F8 and 6A. RGB value is (28,248,106). Sum of RGB (Red+Green+Blue) = 28+248+106=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF86A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF86A is #E30795. Grayscale: #A6A6A6. Windows color (decimal): -14878614 or 7010332. OLE color: 7010332.

HSL color Cylindrical-coordinate representation of color #1CF86A: hue angle of 141.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF86A is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 248 106 -
CMYK 0.89 0 0.57 0.03
HSL 141.27º 0.94% 0.54% -
HSV(B) 141.27º 0.89% 0.97% -
XYZ 36.65 68.42 24.91 -
YUV 166.03 94.11 29.55 -
System Red Green Blue C M Y K H S L
Decimal 28 248 106 0.89 0 0.57 0.03 141.27 0.94 0.54
Hex 1C F8 6A 59 0 39 3 8D 5E 36
Octal 34 370 152 131 0 71 3 215 136 66
Binary 11100 11111000 1101010 1011001 0 111001 11 10001101 1011110 110110

Color Harmonies of #1CF86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF86A

Black with #1CF86A

Text Example


Text Example

White with #1CF86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,248,106); }

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

background-color css

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

 a { background-color: rgb(28,248,106); }

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

border-color css

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

 span { border-color: rgb(28,248,106); }

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