Html Css Color HEX #1AF26A Spring Green

📋 copy color: '#1AF26A'

red 26 ◦ green 242 ◦ blue 106

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

Shades of Spring Green #1AF26A

Tints of Spring Green #1AF26A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.71%

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

R = 6.95%
G = 64.71%
B = 28.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#1AF26A (or 0x1AF26A) is known color: Spring Green. HEX triplet: 1A, F2 and 6A. RGB value is (26,242,106). Sum of RGB (Red+Green+Blue) = 26+242+106=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF26A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF26A is #E50D95. Grayscale: #A2A2A2. Windows color (decimal): -15011222 or 7008794. OLE color: 7008794.

HSL color Cylindrical-coordinate representation of color #1AF26A: hue angle of 142.22º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF26A is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 242 106 -
CMYK 0.89 0 0.56 0.05
HSL 142.22º 0.89% 0.53% -
HSV(B) 142.22º 0.89% 0.95% -
XYZ 34.78 64.76 24.3 -
YUV 161.91 96.44 31.06 -
System Red Green Blue C M Y K H S L
Decimal 26 242 106 0.89 0 0.56 0.05 142.22 0.89 0.53
Hex 1A F2 6A 59 0 38 5 8E 59 35
Octal 32 362 152 131 0 70 5 216 131 65
Binary 11010 11110010 1101010 1011001 0 111000 101 10001110 1011001 110101

Color Harmonies of #1AF26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF26A

Black with #1AF26A

Text Example


Text Example

White with #1AF26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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