Html Css Color HEX #12F768 Spring Green

📋 copy color: '#12F768'

red 18 ◦ green 247 ◦ blue 104

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

Shades of Spring Green #12F768

Tints of Spring Green #12F768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 4.88%
G = 66.94%
B = 28.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#12F768 (or 0x12F768) is known color: Spring Green. HEX triplet: 12, F7 and 68. RGB value is (18,247,104). Sum of RGB (Red+Green+Blue) = 18+247+104=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #12F768 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F768 is #ED0897. Grayscale: #A2A2A2. Windows color (decimal): -15534232 or 6878994. OLE color: 6878994.

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

Color convert

RGB 18 247 104 -
CMYK 0.93 0 0.58 0.03
HSL 142.53º 0.93% 0.52% -
HSV(B) 142.53º 0.93% 0.97% -
XYZ 36.01 67.65 24.26 -
YUV 162.23 95.13 25.13 -
System Red Green Blue C M Y K H S L
Decimal 18 247 104 0.93 0 0.58 0.03 142.53 0.93 0.52
Hex 12 F7 68 5D 0 3A 3 8F 5D 34
Octal 22 367 150 135 0 72 3 217 135 64
Binary 10010 11110111 1101000 1011101 0 111010 11 10001111 1011101 110100

Color Harmonies of #12F768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F768

Black with #12F768

Text Example


Text Example

White with #12F768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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