Html Css Color HEX #12FA69 Spring Green

📋 copy color: '#12FA69'

red 18 ◦ green 250 ◦ blue 105

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

Shades of Spring Green #12FA69

Tints of Spring Green #12FA69

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.02%

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

R = 4.83%
G = 67.02%
B = 28.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#12FA69 (or 0x12FA69) is known color: Spring Green. HEX triplet: 12, FA and 69. RGB value is (18,250,105). Sum of RGB (Red+Green+Blue) = 18+250+105=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA69 is #ED0596. Grayscale: #A4A4A4. Windows color (decimal): -15533463 or 6945298. OLE color: 6945298.

HSL color Cylindrical-coordinate representation of color #12FA69: hue angle of 142.5º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA69 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 105 -
CMYK 0.93 0 0.58 0.02
HSL 142.5º 0.96% 0.53% -
HSV(B) 142.5º 0.93% 0.98% -
XYZ 36.98 69.52 24.83 -
YUV 164.1 94.64 23.79 -
System Red Green Blue C M Y K H S L
Decimal 18 250 105 0.93 0 0.58 0.02 142.5 0.96 0.53
Hex 12 FA 69 5D 0 3A 2 8E 60 35
Octal 22 372 151 135 0 72 2 216 140 65
Binary 10010 11111010 1101001 1011101 0 111010 10 10001110 1100000 110101

Color Harmonies of #12FA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA69

Black with #12FA69

Text Example


Text Example

White with #12FA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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