#12FF69

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

Shades of Spring Green #12FF69

Tints of Spring Green #12FF69

Color information

#12FF69 (or 0x12FF69) is unknown color: approx Spring Green. HEX triplet: 12, FF and 69. RGB value is (18,255,105). Sum of RGB (Red+Green+Blue) = 18+255+105=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF69 is #ED0096. Grayscale: #A7A7A7. Windows color (decimal): -15532183 or 6946578. OLE color: 6946578.

HSL color Cylindrical-coordinate representation of color #12FF69: hue angle of 142.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF69 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB18255105-
CMYK0.9300.590
HSL142.03º100%53.53%-
HSV(B)142.03º92.94%100%-
XYZ38.5672.6725.36-
YUV167.0492.9821.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.76%
GREEN value IS 255 (100% from 255) = 67.46%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=4.76%
G=67.46%
B=27.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182551050.9300.590142.0310053.53
Hex12FF695D03B08e6436
Octal22377151135073021614466
Binary10010111111111101001101110101110110100011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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