#6ACB20

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

Shades of Kelly Green #6ACB20

Tints of Kelly Green #6ACB20

Color information

#6ACB20 (or 0x6ACB20) is unknown color: approx Kelly Green. HEX triplet: 6A, CB and 20. RGB value is (106,203,32). Sum of RGB (Red+Green+Blue) = 106+203+32=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACB20 is #9534DF. Grayscale: #9B9B9B. Windows color (decimal): -9778400 or 2149226. OLE color: 2149226.

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

Color convert

RGB10620332-
CMYK0.4800.840.20
HSL94.04º72.77%46.08%-
HSV(B)94.04º84.24%79.61%-
XYZ27.5645.888.77-
YUV154.558.8693.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 203 (79.69% from 255) = 59.53%
BLUE value IS 32 (12.89% from 255) = 9.38%
R=31.09%
G=59.53%
B=9.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106203320.4800.840.2094.0472.7746.08
Hex6ACB2030054145e492e
Octal152313406001242413611156
Binary110101011001011100000110000010101001010010111101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,32); }

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

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

 a { background-color: rgb(106,203,32); }

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

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

 span { border-color: rgb(106,203,32); }

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