#6ACD05

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

Shades of Kelly Green #6ACD05

Tints of Kelly Green #6ACD05

Color information

#6ACD05 (or 0x6ACD05) is unknown color: approx Kelly Green. HEX triplet: 6A, CD and 05. RGB value is (106,205,5). Sum of RGB (Red+Green+Blue) = 106+205+5=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ACD05 is #9532FA. Grayscale: #999999. Windows color (decimal): -9777915 or 380266. OLE color: 380266.

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

Color convert

RGB1062055-
CMYK0.4800.980.20
HSL89.7º95.24%41.18%-
HSV(B)89.7º97.56%80.39%-
XYZ27.846.747.7-
YUV152.644.794.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 205 (80.47% from 255) = 64.87%
BLUE value IS 5 (2.34% from 255) = 1.58%
R=33.54%
G=64.87%
B=1.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10620550.4800.980.2089.795.2441.18
Hex6ACD530062145a5f29
Octal15231556001422413213751
Binary110101011001101101110000011000101010010110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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