Html Css Color HEX #1AF06E Spring Green

📋 copy color: '#1AF06E'

red 26 ◦ green 240 ◦ blue 110

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

Shades of Spring Green #1AF06E

Tints of Spring Green #1AF06E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.83%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 6.91%
G = 63.83%
B = 29.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#1AF06E (or 0x1AF06E) is known color: Spring Green. HEX triplet: 1A, F0 and 6E. RGB value is (26,240,110). Sum of RGB (Red+Green+Blue) = 26+240+110=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF06E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF06E is #E50F91. Grayscale: #A1A1A1. Windows color (decimal): -15011730 or 7270426. OLE color: 7270426.

HSL color Cylindrical-coordinate representation of color #1AF06E: hue angle of 143.55º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF06E is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 110 -
CMYK 0.89 0 0.54 0.06
HSL 143.55º 0.88% 0.52% -
HSV(B) 143.55º 0.89% 0.94% -
XYZ 34.4 63.67 25.23 -
YUV 161.19 99.1 31.57 -
System Red Green Blue C M Y K H S L
Decimal 26 240 110 0.89 0 0.54 0.06 143.55 0.88 0.52
Hex 1A F0 6E 59 0 36 6 90 58 34
Octal 32 360 156 131 0 66 6 220 130 64
Binary 11010 11110000 1101110 1011001 0 110110 110 10010000 1011000 110100

Color Harmonies of #1AF06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF06E

Black with #1AF06E

Text Example


Text Example

White with #1AF06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,240,110); }

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

background-color css

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

 a { background-color: rgb(26,240,110); }

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

border-color css

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

 span { border-color: rgb(26,240,110); }

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