#6AD01A

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

Shades of Kelly Green #6AD01A

Tints of Kelly Green #6AD01A

Color information

#6AD01A (or 0x6AD01A) is unknown color: approx Kelly Green. HEX triplet: 6A, D0 and 1A. RGB value is (106,208,26). Sum of RGB (Red+Green+Blue) = 106+208+26=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD01A is #952FE5. Grayscale: #9D9D9D. Windows color (decimal): -9777126 or 1757290. OLE color: 1757290.

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

Color convert

RGB10620826-
CMYK0.4900.880.18
HSL93.63º77.78%45.88%-
HSV(B)93.63º87.5%81.57%-
XYZ28.6948.258.78-
YUV156.7554.2191.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 208 (81.64% from 255) = 61.18%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=31.18%
G=61.18%
B=7.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106208260.4900.880.1893.6377.7845.88
Hex6AD01A31058125e4e2e
Octal152320326101302213611656
Binary11010101101000011010110001010110001001010111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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