Html Css Color HEX #1AF96A Spring Green

📋 copy color: '#1AF96A'

red 26 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #1AF96A

Tints of Spring Green #1AF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.35%

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

R = 6.82%
G = 65.35%
B = 27.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#1AF96A (or 0x1AF96A) is known color: Spring Green. HEX triplet: 1A, F9 and 6A. RGB value is (26,249,106). Sum of RGB (Red+Green+Blue) = 26+249+106=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 249 (97.66% from 255 or 65.35% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF96A is #E50695. Grayscale: #A6A6A6. Windows color (decimal): -15009430 or 7010586. OLE color: 7010586.

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

Color convert

RGB 26 249 106 -
CMYK 0.90 0 0.57 0.02
HSL 141.52º 0.95% 0.54% -
HSV(B) 141.52º 0.9% 0.98% -
XYZ 36.9 69.01 25.01 -
YUV 166.02 94.12 28.13 -
System Red Green Blue C M Y K H S L
Decimal 26 249 106 0.90 0 0.57 0.02 141.52 0.95 0.54
Hex 1A F9 6A 5A 0 39 2 8E 5F 36
Octal 32 371 152 132 0 71 2 216 137 66
Binary 11010 11111001 1101010 1011010 0 111001 10 10001110 1011111 110110

Color Harmonies of #1AF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF96A

Black with #1AF96A

Text Example


Text Example

White with #1AF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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