Html Css Color HEX #12F96F Spring Green

📋 copy color: '#12F96F'

red 18 ◦ green 249 ◦ blue 111

#12F96F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #12F96F

Tints of Spring Green #12F96F

RGB

 RED value IS 18 (7.42% from 255) = 4.76%

 GREEN value IS 249 (97.66% from 255) = 65.87%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 4.76%
G = 65.87%
B = 29.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#12F96F (or 0x12F96F) is known color: Spring Green. HEX triplet: 12, F9 and 6F. RGB value is (18,249,111). Sum of RGB (Red+Green+Blue) = 18+249+111=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #12F96F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F96F is #ED0690. Grayscale: #A4A4A4. Windows color (decimal): -15533713 or 7338258. OLE color: 7338258.

HSL color Cylindrical-coordinate representation of color #12F96F: hue angle of 144.16º 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 #12F96F is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 249 111 -
CMYK 0.93 0 0.55 0.02
HSL 144.16º 0.95% 0.52% -
HSV(B) 144.16º 0.93% 0.98% -
XYZ 36.99 69.03 26.41 -
YUV 164.2 97.97 23.72 -
System Red Green Blue C M Y K H S L
Decimal 18 249 111 0.93 0 0.55 0.02 144.16 0.95 0.52
Hex 12 F9 6F 5D 0 37 2 90 5F 34
Octal 22 371 157 135 0 67 2 220 137 64
Binary 10010 11111001 1101111 1011101 0 110111 10 10010000 1011111 110100

Color Harmonies of #12F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F96F

Black with #12F96F

Text Example


Text Example

White with #12F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12F96F;
 }
 .AnyTagClassName
 {
   color: #12F96F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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