#6ADB64

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

Shades of Pastel Green #6ADB64

Tints of Pastel Green #6ADB64

Color information

#6ADB64 (or 0x6ADB64) is unknown color: approx Pastel Green. HEX triplet: 6A, DB and 64. RGB value is (106,219,100). Sum of RGB (Red+Green+Blue) = 106+219+100=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADB64 is #95249B. Grayscale: #ACACAC. Windows color (decimal): -9774236 or 6609770. OLE color: 6609770.

HSL color Cylindrical-coordinate representation of color #6ADB64: hue angle of 116.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ADB64 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB106219100-
CMYK0.5200.540.14
HSL116.97º62.3%62.55%-
HSV(B)116.97º54.34%85.88%-
XYZ33.5854.6520.83-
YUV171.6587.5681.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 219 (85.94% from 255) = 51.53%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=24.94%
G=51.53%
B=23.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062191000.5200.540.14116.9762.362.55
Hex6ADB6434036E753e3f
Octal15233314464066161657677
Binary1101010110110111100100110100011011011101110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,219,100); }

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

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

 a { background-color: rgb(106,219,100); }

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

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

 span { border-color: rgb(106,219,100); }

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