#12F968

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

Shades of Spring Green #12F968

Tints of Spring Green #12F968

Color information

#12F968 (or 0x12F968) is unknown color: approx Spring Green. HEX triplet: 12, F9 and 68. RGB value is (18,249,104). Sum of RGB (Red+Green+Blue) = 18+249+104=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #12F968 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F968 is #ED0697. Grayscale: #A3A3A3. Windows color (decimal): -15533720 or 6879506. OLE color: 6879506.

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

Color convert

RGB18249104-
CMYK0.9300.580.02
HSL142.34º95.06%52.35%-
HSV(B)142.34º92.77%97.65%-
XYZ36.6268.8824.46-
YUV163.494.4724.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.85%
GREEN value IS 249 (97.66% from 255) = 67.12%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=4.85%
G=67.12%
B=28.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182491040.9300.580.02142.3495.0652.35
Hex12F9685D03A28e5f34
Octal22371150135072221613764
Binary100101111100111010001011101011101010100011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,249,104); }

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

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

 a { background-color: rgb(18,249,104); }

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

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

 span { border-color: rgb(18,249,104); }

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