#26FA85

Color #26FA85 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #26FA85

Tints of Spring Green #26FA85

Color information

#26FA85 (or 0x26FA85) is unknown color: approx Spring Green. HEX triplet: 26, FA and 85. RGB value is (38,250,133). Sum of RGB (Red+Green+Blue) = 38+250+133=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26FA85 is #D9057A. Grayscale: #ADADAD. Windows color (decimal): -14222715 or 8780326. OLE color: 8780326.

HSL color Cylindrical-coordinate representation of color #26FA85: hue angle of 146.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FA85 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB38250133-
CMYK0.8500.470.02
HSL146.89º95.5%56.47%-
HSV(B)146.89º84.8%98.04%-
XYZ39.2270.4833.73-
YUV173.27105.2631.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.03%
GREEN value IS 250 (98.05% from 255) = 59.38%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=9.03%
G=59.38%
B=31.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal382501330.8500.470.02146.8995.556.47
Hex26FA855502F2935f38
Octal46372205125057222313770
Binary10011011111010100001011010101010111110100100111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26FA85; }

 p { color: rgb(38,250,133); }

 H1.HeaderClassName
 {
   color: #26FA85;
 }
 .AnyTagClassName
 {
   color: #26FA85;
 }
</style>
background-color css

<style>
 a { background-color: #26FA85; }

 a { background-color: rgb(38,250,133); }

 div.DivClassName
 {
   background-color: #26FA85;
 }
 .BgClassName
 {
   background-color: #26FA85;
 }
</style>
border-color css

<style>
 span { border-color: #26FA85; }

 span { border-color: rgb(38,250,133); }

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