#12F277

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

Shades of Spring Green #12F277

Tints of Spring Green #12F277

Color information

#12F277 (or 0x12F277) is unknown color: approx Spring Green. HEX triplet: 12, F2 and 77. RGB value is (18,242,119). Sum of RGB (Red+Green+Blue) = 18+242+119=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #12F277 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F277 is #ED0D88. Grayscale: #A1A1A1. Windows color (decimal): -15535497 or 7860754. OLE color: 7860754.

HSL color Cylindrical-coordinate representation of color #12F277: hue angle of 147.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F277 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB18242119-
CMYK0.9300.510.05
HSL147.05º89.6%50.98%-
HSV(B)147.05º92.56%94.9%-
XYZ35.3364.9628.13-
YUV161104.2926-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.75%
GREEN value IS 242 (94.92% from 255) = 63.85%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=4.75%
G=63.85%
B=31.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182421190.9300.510.05147.0589.650.98
Hex12F2775D0335935a33
Octal22362167135063522313263
Binary1001011110010111011110111010110011101100100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,242,119); }

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

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

 a { background-color: rgb(18,242,119); }

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

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

 span { border-color: rgb(18,242,119); }

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