Html Css Color HEX #12F187 Spring Green

📋 copy color: '#12F187'

red 18 ◦ green 241 ◦ blue 135

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

Shades of Spring Green #12F187

Tints of Spring Green #12F187

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.17%

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 4.57%
G = 61.17%
B = 34.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#12F187 (or 0x12F187) is known color: Spring Green. HEX triplet: 12, F1 and 87. RGB value is (18,241,135). Sum of RGB (Red+Green+Blue) = 18+241+135=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #12F187 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F187 is #ED0E78. Grayscale: #A2A2A2. Windows color (decimal): -15535737 or 8909074. OLE color: 8909074.

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

Color convert

RGB 18 241 135 -
CMYK 0.93 0 0.44 0.05
HSL 151.48º 0.89% 0.51% -
HSV(B) 151.48º 0.93% 0.95% -
XYZ 36.08 64.79 33.53 -
YUV 162.24 112.62 25.12 -
System Red Green Blue C M Y K H S L
Decimal 18 241 135 0.93 0 0.44 0.05 151.48 0.89 0.51
Hex 12 F1 87 5D 0 2C 5 97 59 33
Octal 22 361 207 135 0 54 5 227 131 63
Binary 10010 11110001 10000111 1011101 0 101100 101 10010111 1011001 110011

Color Harmonies of #12F187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F187

Black with #12F187

Text Example


Text Example

White with #12F187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,135); }

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

background-color css

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

 a { background-color: rgb(18,241,135); }

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

border-color css

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

 span { border-color: rgb(18,241,135); }

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