Html Css Color HEX #12E675 Spring Green

📋 copy color: '#12E675'

red 18 ◦ green 230 ◦ blue 117

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

Shades of Spring Green #12E675

Tints of Spring Green #12E675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 63.01%

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

R = 4.93%
G = 63.01%
B = 32.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#12E675 (or 0x12E675) is known color: Spring Green. HEX triplet: 12, E6 and 75. RGB value is (18,230,117). Sum of RGB (Red+Green+Blue) = 18+230+117=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 230 (90.23% from 255 or 63.01% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 230 - color contains mainly: green. Hex color #12E675 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E675 is #ED198A. Grayscale: #999999. Windows color (decimal): -15538571 or 7726610. OLE color: 7726610.

HSL color Cylindrical-coordinate representation of color #12E675: hue angle of 148.02º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E675 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 230 117 -
CMYK 0.92 0 0.49 0.10
HSL 148.02º 0.85% 0.49% -
HSV(B) 148.02º 0.92% 0.9% -
XYZ 31.76 58.01 26.35 -
YUV 153.73 107.26 31.19 -
System Red Green Blue C M Y K H S L
Decimal 18 230 117 0.92 0 0.49 0.10 148.02 0.85 0.49
Hex 12 E6 75 5C 0 31 A 94 55 31
Octal 22 346 165 134 0 61 12 224 125 61
Binary 10010 11100110 1110101 1011100 0 110001 1010 10010100 1010101 110001

Color Harmonies of #12E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E675

Black with #12E675

Text Example


Text Example

White with #12E675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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