Html Css Color HEX #12FB6F Spring Green

📋 copy color: '#12FB6F'

red 18 ◦ green 251 ◦ blue 111

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

Shades of Spring Green #12FB6F

Tints of Spring Green #12FB6F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 66.05%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 4.74%
G = 66.05%
B = 29.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#12FB6F (or 0x12FB6F) is known color: Spring Green. HEX triplet: 12, FB and 6F. RGB value is (18,251,111). Sum of RGB (Red+Green+Blue) = 18+251+111=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FB6F is #ED0490. Grayscale: #A5A5A5. Windows color (decimal): -15533201 or 7338770. OLE color: 7338770.

HSL color Cylindrical-coordinate representation of color #12FB6F: hue angle of 143.95º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FB6F is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 251 111 -
CMYK 0.93 0 0.56 0.02
HSL 143.95º 0.97% 0.53% -
HSV(B) 143.95º 0.93% 0.98% -
XYZ 37.62 70.27 26.62 -
YUV 165.37 97.31 22.88 -
System Red Green Blue C M Y K H S L
Decimal 18 251 111 0.93 0 0.56 0.02 143.95 0.97 0.53
Hex 12 FB 6F 5D 0 38 2 90 61 35
Octal 22 373 157 135 0 70 2 220 141 65
Binary 10010 11111011 1101111 1011101 0 111000 10 10010000 1100001 110101

Color Harmonies of #12FB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FB6F

Black with #12FB6F

Text Example


Text Example

White with #12FB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,111); }

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

background-color css

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

 a { background-color: rgb(18,251,111); }

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

border-color css

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

 span { border-color: rgb(18,251,111); }

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