#6AD100

Color #6AD100 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #6AD100

Tints of Kelly Green #6AD100

Color information

#6AD100 (or 0x6AD100) is unknown color: approx Kelly Green. HEX triplet: 6A, D1 and 00. RGB value is (106,209,0). Sum of RGB (Red+Green+Blue) = 106+209+0=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD100 is #952EFF. Grayscale: #9B9B9B. Windows color (decimal): -9776896 or 53610. OLE color: 53610.

HSL color Cylindrical-coordinate representation of color #6AD100: hue angle of 89.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD100 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB1062090-
CMYK0.49010.18
HSL89.57º100%40.98%-
HSV(B)89.57º100%81.96%-
XYZ28.7448.677.88-
YUV154.3840.8893.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 209 (82.03% from 255) = 66.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.65%
G=66.35%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal10620900.49010.1889.5710040.98
Hex6AD1031064125a6429
Octal15232106101442213214451
Binary1101010110100010110001011001001001010110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AD100; }

 p { color: rgb(106,209,0); }

 H1.HeaderClassName
 {
   color: #6AD100;
 }
 .AnyTagClassName
 {
   color: #6AD100;
 }
</style>
background-color css

<style>
 a { background-color: #6AD100; }

 a { background-color: rgb(106,209,0); }

 div.DivClassName
 {
   background-color: #6AD100;
 }
 .BgClassName
 {
   background-color: #6AD100;
 }
</style>
border-color css

<style>
 span { border-color: #6AD100; }

 span { border-color: rgb(106,209,0); }

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