#6AD028

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

Shades of Kelly Green #6AD028

Tints of Kelly Green #6AD028

Color information

#6AD028 (or 0x6AD028) is unknown color: approx Kelly Green. HEX triplet: 6A, D0 and 28. RGB value is (106,208,40). Sum of RGB (Red+Green+Blue) = 106+208+40=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD028 is #952FD7. Grayscale: #9E9E9E. Windows color (decimal): -9777112 or 2674794. OLE color: 2674794.

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

Color convert

RGB10620840-
CMYK0.4900.810.18
HSL96.43º67.74%48.63%-
HSV(B)96.43º80.77%81.57%-
XYZ28.8848.339.81-
YUV158.3561.2190.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.94%
GREEN value IS 208 (81.64% from 255) = 58.76%
BLUE value IS 40 (16.02% from 255) = 11.30%
R=29.94%
G=58.76%
B=11.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106208400.4900.810.1896.4367.7448.63
Hex6AD0283105112604431
Octal152320506101212214010461
Binary110101011010000101000110001010100011001011000001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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