Html Css Color HEX #12F16F Spring Green

📋 copy color: '#12F16F'

red 18 ◦ green 241 ◦ blue 111

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

Shades of Spring Green #12F16F

Tints of Spring Green #12F16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 4.86%
G = 65.14%
B = 30%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#12F16F (or 0x12F16F) is known color: Spring Green. HEX triplet: 12, F1 and 6F. RGB value is (18,241,111). Sum of RGB (Red+Green+Blue) = 18+241+111=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #12F16F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F16F is #ED0E90. Grayscale: #9F9F9F. Windows color (decimal): -15535761 or 7336210. OLE color: 7336210.

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

Color convert

RGB 18 241 111 -
CMYK 0.93 0 0.54 0.05
HSL 145.02º 0.89% 0.51% -
HSV(B) 145.02º 0.93% 0.95% -
XYZ 34.57 64.19 25.61 -
YUV 159.5 100.62 27.07 -
System Red Green Blue C M Y K H S L
Decimal 18 241 111 0.93 0 0.54 0.05 145.02 0.89 0.51
Hex 12 F1 6F 5D 0 36 5 91 59 33
Octal 22 361 157 135 0 66 5 221 131 63
Binary 10010 11110001 1101111 1011101 0 110110 101 10010001 1011001 110011

Color Harmonies of #12F16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F16F

Black with #12F16F

Text Example


Text Example

White with #12F16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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