Html Css Color HEX #12F185 Spring Green

📋 copy color: '#12F185'

red 18 ◦ green 241 ◦ blue 133

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

Shades of Spring Green #12F185

Tints of Spring Green #12F185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 4.59%
G = 61.48%
B = 33.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#12F185 (or 0x12F185) is known color: Spring Green. HEX triplet: 12, F1 and 85. RGB value is (18,241,133). Sum of RGB (Red+Green+Blue) = 18+241+133=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #12F185 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F185 is #ED0E7A. Grayscale: #A2A2A2. Windows color (decimal): -15535739 or 8778002. OLE color: 8778002.

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

Color convert

RGB 18 241 133 -
CMYK 0.93 0 0.45 0.05
HSL 150.94º 0.89% 0.51% -
HSV(B) 150.94º 0.93% 0.95% -
XYZ 35.94 64.73 32.79 -
YUV 162.01 111.62 25.28 -
System Red Green Blue C M Y K H S L
Decimal 18 241 133 0.93 0 0.45 0.05 150.94 0.89 0.51
Hex 12 F1 85 5D 0 2D 5 97 59 33
Octal 22 361 205 135 0 55 5 227 131 63
Binary 10010 11110001 10000101 1011101 0 101101 101 10010111 1011001 110011

Color Harmonies of #12F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F185

Black with #12F185

Text Example


Text Example

White with #12F185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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