#12FB65

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

Shades of Spring Green #12FB65

Tints of Spring Green #12FB65

Color information

#12FB65 (or 0x12FB65) is unknown color: approx Spring Green. HEX triplet: 12, FB and 65. RGB value is (18,251,101). Sum of RGB (Red+Green+Blue) = 18+251+101=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FB65 is #ED049A. Grayscale: #A4A4A4. Windows color (decimal): -15533211 or 6683410. OLE color: 6683410.

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

Color convert

RGB18251101-
CMYK0.9300.600.02
HSL141.37º96.68%52.75%-
HSV(B)141.37º92.83%98.43%-
XYZ37.170.0623.88-
YUV164.2392.3123.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.86%
GREEN value IS 251 (98.44% from 255) = 67.84%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=4.86%
G=67.84%
B=27.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182511010.9300.600.02141.3796.6852.75
Hex12FB655D03C28d6135
Octal22373145135074221514165
Binary100101111101111001011011101011110010100011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,251,101); }

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

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

 a { background-color: rgb(18,251,101); }

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

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

 span { border-color: rgb(18,251,101); }

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