Html Css Color HEX #1AF26C Spring Green

📋 copy color: '#1AF26C'

red 26 ◦ green 242 ◦ blue 108

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

Shades of Spring Green #1AF26C

Tints of Spring Green #1AF26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 6.91%
G = 64.36%
B = 28.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#1AF26C (or 0x1AF26C) is known color: Spring Green. HEX triplet: 1A, F2 and 6C. RGB value is (26,242,108). Sum of RGB (Red+Green+Blue) = 26+242+108=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF26C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF26C is #E50D93. Grayscale: #A2A2A2. Windows color (decimal): -15011220 or 7139866. OLE color: 7139866.

HSL color Cylindrical-coordinate representation of color #1AF26C: hue angle of 142.78º 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 #1AF26C is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 242 108 -
CMYK 0.89 0 0.55 0.05
HSL 142.78º 0.89% 0.53% -
HSV(B) 142.78º 0.89% 0.95% -
XYZ 34.88 64.81 24.86 -
YUV 162.14 97.44 30.9 -
System Red Green Blue C M Y K H S L
Decimal 26 242 108 0.89 0 0.55 0.05 142.78 0.89 0.53
Hex 1A F2 6C 59 0 37 5 8F 59 35
Octal 32 362 154 131 0 67 5 217 131 65
Binary 11010 11110010 1101100 1011001 0 110111 101 10001111 1011001 110101

Color Harmonies of #1AF26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF26C

Black with #1AF26C

Text Example


Text Example

White with #1AF26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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