#12F869

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

Shades of Spring Green #12F869

Tints of Spring Green #12F869

Color information

#12F869 (or 0x12F869) is unknown color: approx Spring Green. HEX triplet: 12, F8 and 69. RGB value is (18,248,105). Sum of RGB (Red+Green+Blue) = 18+248+105=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #12F869 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F869 is #ED0796. Grayscale: #A3A3A3. Windows color (decimal): -15533975 or 6944786. OLE color: 6944786.

HSL color Cylindrical-coordinate representation of color #12F869: hue angle of 142.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F869 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB18248105-
CMYK0.9300.580.03
HSL142.7º94.26%52.16%-
HSV(B)142.7º92.74%97.25%-
XYZ36.3768.2824.63-
YUV162.9395.324.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.85%
GREEN value IS 248 (97.27% from 255) = 66.85%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=4.85%
G=66.85%
B=28.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182481050.9300.580.03142.794.2652.16
Hex12F8695D03A38f5e34
Octal22370151135072321713664
Binary100101111100011010011011101011101011100011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12F869; }

 p { color: rgb(18,248,105); }

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

<style>
 a { background-color: #12F869; }

 a { background-color: rgb(18,248,105); }

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

<style>
 span { border-color: #12F869; }

 span { border-color: rgb(18,248,105); }

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