Html Css Color HEX #12FB69 Spring Green

📋 copy color: '#12FB69'

red 18 ◦ green 251 ◦ blue 105

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

Shades of Spring Green #12FB69

Tints of Spring Green #12FB69

RGB

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

 GREEN value IS 251 (98.44% from 255) = 67.11%

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

R = 4.81%
G = 67.11%
B = 28.07%

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

#12FB69 (or 0x12FB69) is known color: Spring Green. HEX triplet: 12, FB and 69. RGB value is (18,251,105). Sum of RGB (Red+Green+Blue) = 18+251+105=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 251 (98.44% from 255 or 67.11% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FB69 is #ED0496. Grayscale: #A5A5A5. Windows color (decimal): -15533207 or 6945554. OLE color: 6945554.

HSL color Cylindrical-coordinate representation of color #12FB69: hue angle of 142.4º degrees, saturation: 0.97, 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 #12FB69 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 251 105 -
CMYK 0.93 0 0.58 0.02
HSL 142.4º 0.97% 0.53% -
HSV(B) 142.4º 0.93% 0.98% -
XYZ 37.3 70.14 24.94 -
YUV 164.69 94.31 23.37 -
System Red Green Blue C M Y K H S L
Decimal 18 251 105 0.93 0 0.58 0.02 142.4 0.97 0.53
Hex 12 FB 69 5D 0 3A 2 8E 61 35
Octal 22 373 151 135 0 72 2 216 141 65
Binary 10010 11111011 1101001 1011101 0 111010 10 10001110 1100001 110101

Color Harmonies of #12FB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FB69

Black with #12FB69

Text Example


Text Example

White with #12FB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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