#10f288

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

Shades of Spring Green #10F288

Tints of Spring Green #10F288

Color information

#10F288 (or 0x10F288) is unknown color: approx Spring Green. HEX triplet: 10, F2 and 88. RGB value is (16,242,136). Sum of RGB (Red+Green+Blue) = 16+242+136=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #10F288 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F288 is #EF0D77. Grayscale: #A2A2A2. Windows color (decimal): -15666552 or 8974864. OLE color: 8974864.

HSL color Cylindrical-coordinate representation of color #10F288: hue angle of 151.86º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F288 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB16242136-
CMYK0.9300.440.05
HSL151.86º89.68%50.59%-
HSV(B)151.86º93.39%94.9%-
XYZ36.4165.3934-
YUV162.34113.1323.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.06%
GREEN value IS 242 (94.92% from 255) = 61.42%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=4.06%
G=61.42%
B=34.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162421360.9300.440.05151.8689.6850.59
Hex10F2885D02C5985a33
Octal20362210135054523013263
Binary10000111100101000100010111010101100101100110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10f288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10f288; }

 p { color: rgb(16,242,136); }

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

<style>
 a { background-color: #10f288; }

 a { background-color: rgb(16,242,136); }

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

<style>
 span { border-color: #10f288; }

 span { border-color: rgb(16,242,136); }

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