#6AD067

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

Shades of Pastel Green #6AD067

Tints of Pastel Green #6AD067

Color information

#6AD067 (or 0x6AD067) is unknown color: approx Pastel Green. HEX triplet: 6A, D0 and 67. RGB value is (106,208,103). Sum of RGB (Red+Green+Blue) = 106+208+103=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD067 is #952F98. Grayscale: #A5A5A5. Windows color (decimal): -9777049 or 6803562. OLE color: 6803562.

HSL color Cylindrical-coordinate representation of color #6AD067: hue angle of 118.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD067 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB106208103-
CMYK0.4900.500.18
HSL118.29º52.76%60.98%-
HSV(B)118.29º50.48%81.57%-
XYZ30.9549.1620.69-
YUV165.5392.7185.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=25.42%
G=49.88%
B=24.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062081030.4900.500.18118.2952.7660.98
Hex6AD067310321276353d
Octal15232014761062221666575
Binary11010101101000011001111100010110010100101110110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,208,103); }

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

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

 a { background-color: rgb(106,208,103); }

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

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

 span { border-color: rgb(106,208,103); }

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