Html Css Color HEX #1AF768 Spring Green

📋 copy color: '#1AF768'

red 26 ◦ green 247 ◦ blue 104

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

Shades of Spring Green #1AF768

Tints of Spring Green #1AF768

RGB

 RED value IS 26 (10.55% from 255) = 6.9%

 GREEN value IS 247 (96.88% from 255) = 65.52%

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 6.9%
G = 65.52%
B = 27.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#1AF768 (or 0x1AF768) is known color: Spring Green. HEX triplet: 1A, F7 and 68. RGB value is (26,247,104). Sum of RGB (Red+Green+Blue) = 26+247+104=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 247 (96.88% from 255 or 65.52% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF768 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF768 is #E50897. Grayscale: #A4A4A4. Windows color (decimal): -15009944 or 6879002. OLE color: 6879002.

HSL color Cylindrical-coordinate representation of color #1AF768: hue angle of 141.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF768 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 247 104 -
CMYK 0.89 0 0.58 0.03
HSL 141.18º 0.93% 0.54% -
HSV(B) 141.18º 0.89% 0.97% -
XYZ 36.19 67.74 24.26 -
YUV 164.62 93.78 29.13 -
System Red Green Blue C M Y K H S L
Decimal 26 247 104 0.89 0 0.58 0.03 141.18 0.93 0.54
Hex 1A F7 68 59 0 3A 3 8D 5D 36
Octal 32 367 150 131 0 72 3 215 135 66
Binary 11010 11110111 1101000 1011001 0 111010 11 10001101 1011101 110110

Color Harmonies of #1AF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF768

Black with #1AF768

Text Example


Text Example

White with #1AF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AF768; }

 p { color: rgb(26,247,104); }

 H1.HeaderClassName
 {
   color: #1AF768;
 }
 .AnyTagClassName
 {
   color: #1AF768;
 }
</style>

background-color css

<style>
 a { background-color: #1AF768; }

 a { background-color: rgb(26,247,104); }

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

border-color css

<style>
 span { border-color: #1AF768; }

 span { border-color: rgb(26,247,104); }

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