#10F069

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

Shades of Spring Green #10F069

Tints of Spring Green #10F069

Color information

#10F069 (or 0x10F069) is unknown color: approx Spring Green. HEX triplet: 10, F0 and 69. RGB value is (16,240,105). Sum of RGB (Red+Green+Blue) = 16+240+105=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #10F069 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F069 is #EF0F96. Grayscale: #9D9D9D. Windows color (decimal): -15667095 or 6942736. OLE color: 6942736.

HSL color Cylindrical-coordinate representation of color #10F069: hue angle of 143.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F069 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB16240105-
CMYK0.9300.560.06
HSL143.84º88.19%50.2%-
HSV(B)143.84º93.33%94.12%-
XYZ33.9263.4523.82-
YUV157.6398.2926.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.43%
GREEN value IS 240 (94.14% from 255) = 66.48%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=4.43%
G=66.48%
B=29.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162401050.9300.560.06143.8488.1950.2
Hex10F0695D0386905832
Octal20360151135070622013062
Binary1000011110000110100110111010111000110100100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,240,105); }

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

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

 a { background-color: rgb(16,240,105); }

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

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

 span { border-color: rgb(16,240,105); }

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