Html Css Color HEX #12F26F Spring Green

📋 copy color: '#12F26F'

red 18 ◦ green 242 ◦ blue 111

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

Shades of Spring Green #12F26F

Tints of Spring Green #12F26F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.23%

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

R = 4.85%
G = 65.23%
B = 29.92%

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

#12F26F (or 0x12F26F) is known color: Spring Green. HEX triplet: 12, F2 and 6F. RGB value is (18,242,111). Sum of RGB (Red+Green+Blue) = 18+242+111=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #12F26F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F26F is #ED0D90. Grayscale: #A0A0A0. Windows color (decimal): -15535505 or 7336466. OLE color: 7336466.

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

Color convert

RGB 18 242 111 -
CMYK 0.93 0 0.54 0.05
HSL 144.91º 0.9% 0.51% -
HSV(B) 144.91º 0.93% 0.95% -
XYZ 34.87 64.78 25.7 -
YUV 160.09 100.29 26.65 -
System Red Green Blue C M Y K H S L
Decimal 18 242 111 0.93 0 0.54 0.05 144.91 0.9 0.51
Hex 12 F2 6F 5D 0 36 5 91 5A 33
Octal 22 362 157 135 0 66 5 221 132 63
Binary 10010 11110010 1101111 1011101 0 110110 101 10010001 1011010 110011

Color Harmonies of #12F26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F26F

Black with #12F26F

Text Example


Text Example

White with #12F26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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