Html Css Color HEX #12F777 Spring Green

📋 copy color: '#12F777'

red 18 ◦ green 247 ◦ blue 119

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

Shades of Spring Green #12F777

Tints of Spring Green #12F777

RGB

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

 GREEN value IS 247 (96.88% from 255) = 64.32%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 4.69%
G = 64.32%
B = 30.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#12F777 (or 0x12F777) is known color: Spring Green. HEX triplet: 12, F7 and 77. RGB value is (18,247,119). Sum of RGB (Red+Green+Blue) = 18+247+119=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 247 (96.88% from 255 or 64.32% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 247 - color contains mainly: green. Hex color #12F777 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F777 is #ED0888. Grayscale: #A4A4A4. Windows color (decimal): -15534217 or 7862034. OLE color: 7862034.

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

Color convert

RGB 18 247 119 -
CMYK 0.93 0 0.52 0.03
HSL 146.46º 0.93% 0.52% -
HSV(B) 146.46º 0.93% 0.97% -
XYZ 36.84 67.98 28.63 -
YUV 163.94 102.63 23.91 -
System Red Green Blue C M Y K H S L
Decimal 18 247 119 0.93 0 0.52 0.03 146.46 0.93 0.52
Hex 12 F7 77 5D 0 34 3 92 5D 34
Octal 22 367 167 135 0 64 3 222 135 64
Binary 10010 11110111 1110111 1011101 0 110100 11 10010010 1011101 110100

Color Harmonies of #12F777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F777

Black with #12F777

Text Example


Text Example

White with #12F777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,247,119); }

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

background-color css

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

 a { background-color: rgb(18,247,119); }

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

border-color css

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

 span { border-color: rgb(18,247,119); }

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