Html Css Color HEX #12F675 Spring Green

📋 copy color: '#12F675'

red 18 ◦ green 246 ◦ blue 117

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

Shades of Spring Green #12F675

Tints of Spring Green #12F675

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.57%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 4.72%
G = 64.57%
B = 30.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#12F675 (or 0x12F675) is known color: Spring Green. HEX triplet: 12, F6 and 75. RGB value is (18,246,117). Sum of RGB (Red+Green+Blue) = 18+246+117=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #12F675 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F675 is #ED098A. Grayscale: #A3A3A3. Windows color (decimal): -15534475 or 7730706. OLE color: 7730706.

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

Color convert

RGB 18 246 117 -
CMYK 0.93 0 0.52 0.04
HSL 146.05º 0.93% 0.52% -
HSV(B) 146.05º 0.93% 0.96% -
XYZ 36.42 67.32 27.91 -
YUV 163.12 101.96 24.49 -
System Red Green Blue C M Y K H S L
Decimal 18 246 117 0.93 0 0.52 0.04 146.05 0.93 0.52
Hex 12 F6 75 5D 0 34 4 92 5D 34
Octal 22 366 165 135 0 64 4 222 135 64
Binary 10010 11110110 1110101 1011101 0 110100 100 10010010 1011101 110100

Color Harmonies of #12F675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F675

Black with #12F675

Text Example


Text Example

White with #12F675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,246,117); }

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

background-color css

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

 a { background-color: rgb(18,246,117); }

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

border-color css

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

 span { border-color: rgb(18,246,117); }

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