Html Css Color HEX #1AFA7A Spring Green

📋 copy color: '#1AFA7A'

red 26 ◦ green 250 ◦ blue 122

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

Shades of Spring Green #1AFA7A

Tints of Spring Green #1AFA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 6.53%
G = 62.81%
B = 30.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#1AFA7A (or 0x1AFA7A) is known color: Spring Green. HEX triplet: 1A, FA and 7A. RGB value is (26,250,122). Sum of RGB (Red+Green+Blue) = 26+250+122=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFA7A is #E50585. Grayscale: #A8A8A8. Windows color (decimal): -15009158 or 8059418. OLE color: 8059418.

HSL color Cylindrical-coordinate representation of color #1AFA7A: hue angle of 145.71º degrees, saturation: 0.96, 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 #1AFA7A is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 250 122 -
CMYK 0.90 0 0.51 0.02
HSL 145.71º 0.96% 0.54% -
HSV(B) 145.71º 0.9% 0.98% -
XYZ 38.12 70 29.91 -
YUV 168.43 101.79 26.41 -
System Red Green Blue C M Y K H S L
Decimal 26 250 122 0.90 0 0.51 0.02 145.71 0.96 0.54
Hex 1A FA 7A 5A 0 33 2 92 60 36
Octal 32 372 172 132 0 63 2 222 140 66
Binary 11010 11111010 1111010 1011010 0 110011 10 10010010 1100000 110110

Color Harmonies of #1AFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFA7A

Black with #1AFA7A

Text Example


Text Example

White with #1AFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,250,122); }

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

background-color css

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

 a { background-color: rgb(26,250,122); }

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

border-color css

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

 span { border-color: rgb(26,250,122); }

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