Html Css Color HEX #12F069 Spring Green

📋 copy color: '#12F069'

red 18 ◦ green 240 ◦ blue 105

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

Shades of Spring Green #12F069

Tints of Spring Green #12F069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.12%

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

R = 4.96%
G = 66.12%
B = 28.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#12F069 (or 0x12F069) is known color: Spring Green. HEX triplet: 12, F0 and 69. RGB value is (18,240,105). Sum of RGB (Red+Green+Blue) = 18+240+105=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #12F069 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F069 is #ED0F96. Grayscale: #9E9E9E. Windows color (decimal): -15536023 or 6942738. OLE color: 6942738.

HSL color Cylindrical-coordinate representation of color #12F069: hue angle of 143.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F069 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 240 105 -
CMYK 0.92 0 0.56 0.06
HSL 143.51º 0.88% 0.51% -
HSV(B) 143.51º 0.93% 0.94% -
XYZ 33.96 63.47 23.83 -
YUV 158.23 97.95 27.98 -
System Red Green Blue C M Y K H S L
Decimal 18 240 105 0.92 0 0.56 0.06 143.51 0.88 0.51
Hex 12 F0 69 5C 0 38 6 90 58 33
Octal 22 360 151 134 0 70 6 220 130 63
Binary 10010 11110000 1101001 1011100 0 111000 110 10010000 1011000 110011

Color Harmonies of #12F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F069

Black with #12F069

Text Example


Text Example

White with #12F069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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