Html Css Color HEX #1AFB6A Spring Green

📋 copy color: '#1AFB6A'

red 26 ◦ green 251 ◦ blue 106

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

Shades of Spring Green #1AFB6A

Tints of Spring Green #1AFB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 6.79%
G = 65.54%
B = 27.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#1AFB6A (or 0x1AFB6A) is known color: Spring Green. HEX triplet: 1A, FB and 6A. RGB value is (26,251,106). Sum of RGB (Red+Green+Blue) = 26+251+106=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB6A is #E50495. Grayscale: #A7A7A7. Windows color (decimal): -15008918 or 7011098. OLE color: 7011098.

HSL color Cylindrical-coordinate representation of color #1AFB6A: hue angle of 141.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFB6A is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 251 106 -
CMYK 0.90 0 0.58 0.02
HSL 141.33º 0.97% 0.54% -
HSV(B) 141.33º 0.9% 0.98% -
XYZ 37.52 70.25 25.22 -
YUV 167.2 93.46 27.29 -
System Red Green Blue C M Y K H S L
Decimal 26 251 106 0.90 0 0.58 0.02 141.33 0.97 0.54
Hex 1A FB 6A 5A 0 3A 2 8D 61 36
Octal 32 373 152 132 0 72 2 215 141 66
Binary 11010 11111011 1101010 1011010 0 111010 10 10001101 1100001 110110

Color Harmonies of #1AFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFB6A

Black with #1AFB6A

Text Example


Text Example

White with #1AFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,251,106); }

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

background-color css

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

 a { background-color: rgb(26,251,106); }

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

border-color css

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

 span { border-color: rgb(26,251,106); }

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