Html Css Color HEX #1AFD64 Spring Green

📋 copy color: '#1AFD64'

red 26 ◦ green 253 ◦ blue 100

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

Shades of Spring Green #1AFD64

Tints of Spring Green #1AFD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.75%

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 6.86%
G = 66.75%
B = 26.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#1AFD64 (or 0x1AFD64) is known color: Spring Green. HEX triplet: 1A, FD and 64. RGB value is (26,253,100). Sum of RGB (Red+Green+Blue) = 26+253+100=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 253 (99.22% from 255 or 66.75% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFD64 is #E5029B. Grayscale: #A8A8A8. Windows color (decimal): -15008412 or 6618394. OLE color: 6618394.

HSL color Cylindrical-coordinate representation of color #1AFD64: hue angle of 139.56º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFD64 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 253 100 -
CMYK 0.90 0 0.60 0.01
HSL 139.56º 0.98% 0.55% -
HSV(B) 139.56º 0.9% 0.99% -
XYZ 37.85 71.39 23.84 -
YUV 167.69 89.79 26.94 -
System Red Green Blue C M Y K H S L
Decimal 26 253 100 0.90 0 0.60 0.01 139.56 0.98 0.55
Hex 1A FD 64 5A 0 3C 1 8C 62 37
Octal 32 375 144 132 0 74 1 214 142 67
Binary 11010 11111101 1100100 1011010 0 111100 1 10001100 1100010 110111

Color Harmonies of #1AFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFD64

Black with #1AFD64

Text Example


Text Example

White with #1AFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,253,100); }

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

background-color css

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

 a { background-color: rgb(26,253,100); }

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

border-color css

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

 span { border-color: rgb(26,253,100); }

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