Html Css Color HEX #12F28D Medium Spring Green

📋 copy color: '#12F28D'

red 18 ◦ green 242 ◦ blue 141

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

Shades of Medium Spring Green #12F28D

Tints of Medium Spring Green #12F28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.35%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 4.49%
G = 60.35%
B = 35.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#12F28D (or 0x12F28D) is known color: Medium Spring Green. HEX triplet: 12, F2 and 8D. RGB value is (18,242,141). Sum of RGB (Red+Green+Blue) = 18+242+141=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #12F28D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F28D is #ED0D72. Grayscale: #A3A3A3. Windows color (decimal): -15535475 or 9302546. OLE color: 9302546.

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

Color convert

RGB 18 242 141 -
CMYK 0.93 0 0.42 0.05
HSL 152.95º 0.9% 0.51% -
HSV(B) 152.95º 0.93% 0.95% -
XYZ 36.81 65.56 35.91 -
YUV 163.51 115.29 24.21 -
System Red Green Blue C M Y K H S L
Decimal 18 242 141 0.93 0 0.42 0.05 152.95 0.9 0.51
Hex 12 F2 8D 5D 0 2A 5 99 5A 33
Octal 22 362 215 135 0 52 5 231 132 63
Binary 10010 11110010 10001101 1011101 0 101010 101 10011001 1011010 110011

Color Harmonies of #12F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F28D

Black with #12F28D

Text Example


Text Example

White with #12F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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