Html Css Color HEX #12F469 Spring Green

📋 copy color: '#12F469'

red 18 ◦ green 244 ◦ blue 105

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

Shades of Spring Green #12F469

Tints of Spring Green #12F469

RGB

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

 GREEN value IS 244 (95.7% from 255) = 66.49%

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 4.9%
G = 66.49%
B = 28.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#12F469 (or 0x12F469) is known color: Spring Green. HEX triplet: 12, F4 and 69. RGB value is (18,244,105). Sum of RGB (Red+Green+Blue) = 18+244+105=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #12F469 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F469 is #ED0B96. Grayscale: #A0A0A0. Windows color (decimal): -15534999 or 6943762. OLE color: 6943762.

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

Color convert

RGB 18 244 105 -
CMYK 0.93 0 0.57 0.04
HSL 143.1º 0.91% 0.51% -
HSV(B) 143.1º 0.93% 0.96% -
XYZ 35.15 65.85 24.22 -
YUV 160.58 96.63 26.3 -
System Red Green Blue C M Y K H S L
Decimal 18 244 105 0.93 0 0.57 0.04 143.1 0.91 0.51
Hex 12 F4 69 5D 0 39 4 8F 5B 33
Octal 22 364 151 135 0 71 4 217 133 63
Binary 10010 11110100 1101001 1011101 0 111001 100 10001111 1011011 110011

Color Harmonies of #12F469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F469

Black with #12F469

Text Example


Text Example

White with #12F469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,244,105); }

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

background-color css

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

 a { background-color: rgb(18,244,105); }

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

border-color css

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

 span { border-color: rgb(18,244,105); }

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