#6ACA16

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

Shades of Kelly Green #6ACA16

Tints of Kelly Green #6ACA16

Color information

#6ACA16 (or 0x6ACA16) is unknown color: approx Kelly Green. HEX triplet: 6A, CA and 16. RGB value is (106,202,22). Sum of RGB (Red+Green+Blue) = 106+202+22=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ACA16 is #9535E9. Grayscale: #999999. Windows color (decimal): -9778666 or 1493610. OLE color: 1493610.

HSL color Cylindrical-coordinate representation of color #6ACA16: hue angle of 92º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6ACA16 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB10620222-
CMYK0.4800.890.21
HSL92º80.36%43.92%-
HSV(B)92º89.11%79.22%-
XYZ27.2145.368.08-
YUV152.7854.294.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.12%
GREEN value IS 202 (79.30% from 255) = 61.21%
BLUE value IS 22 (8.98% from 255) = 6.67%
R=32.12%
G=61.21%
B=6.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202220.4800.890.219280.3643.92
Hex6ACA1630059155c502c
Octal152312266001312513412054
Binary11010101100101010110110000010110011010110111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,22); }

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

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

 a { background-color: rgb(106,202,22); }

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

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

 span { border-color: rgb(106,202,22); }

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