Html Css Color HEX #12F988 Spring Green

📋 copy color: '#12F988'

red 18 ◦ green 249 ◦ blue 136

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

Shades of Spring Green #12F988

Tints of Spring Green #12F988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 4.47%
G = 61.79%
B = 33.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#12F988 (or 0x12F988) is known color: Spring Green. HEX triplet: 12, F9 and 88. RGB value is (18,249,136). Sum of RGB (Red+Green+Blue) = 18+249+136=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 249 (97.66% from 255 or 61.79% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 249 - color contains mainly: green. Hex color #12F988 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F988 is #ED0677. Grayscale: #A7A7A7. Windows color (decimal): -15533688 or 8976658. OLE color: 8976658.

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

Color convert

RGB 18 249 136 -
CMYK 0.93 0 0.45 0.02
HSL 150.65º 0.95% 0.52% -
HSV(B) 150.65º 0.93% 0.98% -
XYZ 38.57 69.66 34.71 -
YUV 167.05 110.47 21.69 -
System Red Green Blue C M Y K H S L
Decimal 18 249 136 0.93 0 0.45 0.02 150.65 0.95 0.52
Hex 12 F9 88 5D 0 2D 2 97 5F 34
Octal 22 371 210 135 0 55 2 227 137 64
Binary 10010 11111001 10001000 1011101 0 101101 10 10010111 1011111 110100

Color Harmonies of #12F988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F988

Black with #12F988

Text Example


Text Example

White with #12F988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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