Html Css Color HEX #12F18A Spring Green

📋 copy color: '#12F18A'

red 18 ◦ green 241 ◦ blue 138

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

Shades of Spring Green #12F18A

Tints of Spring Green #12F18A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.71%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 4.53%
G = 60.71%
B = 34.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#12F18A (or 0x12F18A) is known color: Spring Green. HEX triplet: 12, F1 and 8A. RGB value is (18,241,138). Sum of RGB (Red+Green+Blue) = 18+241+138=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #12F18A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F18A is #ED0E75. Grayscale: #A2A2A2. Windows color (decimal): -15535734 or 9105682. OLE color: 9105682.

HSL color Cylindrical-coordinate representation of color #12F18A: hue angle of 152.29º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F18A is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 138 -
CMYK 0.93 0 0.43 0.05
HSL 152.29º 0.89% 0.51% -
HSV(B) 152.29º 0.93% 0.95% -
XYZ 36.29 64.87 34.65 -
YUV 162.58 114.12 24.88 -
System Red Green Blue C M Y K H S L
Decimal 18 241 138 0.93 0 0.43 0.05 152.29 0.89 0.51
Hex 12 F1 8A 5D 0 2B 5 98 59 33
Octal 22 361 212 135 0 53 5 230 131 63
Binary 10010 11110001 10001010 1011101 0 101011 101 10011000 1011001 110011

Color Harmonies of #12F18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F18A

Black with #12F18A

Text Example


Text Example

White with #12F18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,138); }

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

background-color css

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

 a { background-color: rgb(18,241,138); }

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

border-color css

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

 span { border-color: rgb(18,241,138); }

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