#6ACD1C

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

Shades of Kelly Green #6ACD1C

Tints of Kelly Green #6ACD1C

Color information

#6ACD1C (or 0x6ACD1C) is unknown color: approx Kelly Green. HEX triplet: 6A, CD and 1C. RGB value is (106,205,28). Sum of RGB (Red+Green+Blue) = 106+205+28=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD1C is #9532E3. Grayscale: #9B9B9B. Windows color (decimal): -9777892 or 1887594. OLE color: 1887594.

HSL color Cylindrical-coordinate representation of color #6ACD1C: hue angle of 93.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6ACD1C is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB10620528-
CMYK0.4800.860.20
HSL93.56º75.97%45.69%-
HSV(B)93.56º86.34%80.39%-
XYZ27.9846.818.66-
YUV155.2256.292.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 205 (80.47% from 255) = 60.47%
BLUE value IS 28 (11.33% from 255) = 8.26%
R=31.27%
G=60.47%
B=8.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106205280.4800.860.2093.5675.9745.69
Hex6ACD1C30056145e4c2e
Octal152315346001262413611456
Binary11010101100110111100110000010101101010010111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,205,28); }

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

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

 a { background-color: rgb(106,205,28); }

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

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

 span { border-color: rgb(106,205,28); }

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