Html Css Color HEX #1BFA8C Spring Green

📋 copy color: '#1BFA8C'

red 27 ◦ green 250 ◦ blue 140

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

Shades of Spring Green #1BFA8C

Tints of Spring Green #1BFA8C

RGB

 RED value IS 27 (10.94% from 255) = 6.47%

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 6.47%
G = 59.95%
B = 33.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#1BFA8C (or 0x1BFA8C) is known color: Spring Green. HEX triplet: 1B, FA and 8C. RGB value is (27,250,140). Sum of RGB (Red+Green+Blue) = 27+250+140=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 250 (98.05% from 255 or 59.95% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BFA8C is #E40573. Grayscale: #ABABAB. Windows color (decimal): -14943604 or 9239067. OLE color: 9239067.

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

Color convert

RGB 27 250 140 -
CMYK 0.89 0 0.44 0.02
HSL 150.4º 0.96% 0.54% -
HSV(B) 150.4º 0.89% 0.98% -
XYZ 39.37 70.5 36.34 -
YUV 170.78 110.62 25.44 -
System Red Green Blue C M Y K H S L
Decimal 27 250 140 0.89 0 0.44 0.02 150.4 0.96 0.54
Hex 1B FA 8C 59 0 2C 2 96 60 36
Octal 33 372 214 131 0 54 2 226 140 66
Binary 11011 11111010 10001100 1011001 0 101100 10 10010110 1100000 110110

Color Harmonies of #1BFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BFA8C

Black with #1BFA8C

Text Example


Text Example

White with #1BFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,250,140); }

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

background-color css

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

 a { background-color: rgb(27,250,140); }

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

border-color css

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

 span { border-color: rgb(27,250,140); }

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