Html Css Color HEX #12F99B Medium Spring Green

📋 copy color: '#12F99B'

red 18 ◦ green 249 ◦ blue 155

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

Shades of Medium Spring Green #12F99B

Tints of Medium Spring Green #12F99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 4.27%
G = 59%
B = 36.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#12F99B (or 0x12F99B) is known color: Medium Spring Green. HEX triplet: 12, F9 and 9B. RGB value is (18,249,155). Sum of RGB (Red+Green+Blue) = 18+249+155=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #12F99B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F99B is #ED0664. Grayscale: #A9A9A9. Windows color (decimal): -15533669 or 10221842. OLE color: 10221842.

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

Color convert

RGB 18 249 155 -
CMYK 0.93 0 0.38 0.02
HSL 155.58º 0.95% 0.52% -
HSV(B) 155.58º 0.93% 0.98% -
XYZ 40.04 70.25 42.46 -
YUV 169.22 119.97 20.14 -
System Red Green Blue C M Y K H S L
Decimal 18 249 155 0.93 0 0.38 0.02 155.58 0.95 0.52
Hex 12 F9 9B 5D 0 26 2 9C 5F 34
Octal 22 371 233 135 0 46 2 234 137 64
Binary 10010 11111001 10011011 1011101 0 100110 10 10011100 1011111 110100

Color Harmonies of #12F99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F99B

Black with #12F99B

Text Example


Text Example

White with #12F99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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