#6AD069

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

Shades of Pastel Green #6AD069

Tints of Pastel Green #6AD069

Color information

#6AD069 (or 0x6AD069) is unknown color: approx Pastel Green. HEX triplet: 6A, D0 and 69. RGB value is (106,208,105). Sum of RGB (Red+Green+Blue) = 106+208+105=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD069 is #952F96. Grayscale: #A6A6A6. Windows color (decimal): -9777047 or 6934634. OLE color: 6934634.

HSL color Cylindrical-coordinate representation of color #6AD069: hue angle of 119.42º degrees, saturation: 0.52, 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 #6AD069 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB106208105-
CMYK0.4900.500.18
HSL119.42º52.28%61.37%-
HSV(B)119.42º49.52%81.57%-
XYZ31.0549.221.22-
YUV165.7693.7185.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 208 (81.64% from 255) = 49.64%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=25.30%
G=49.64%
B=25.06%

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
Decimal1062081050.4900.500.18119.4252.2861.37
Hex6AD069310321277343d
Octal15232015161062221676475
Binary11010101101000011010011100010110010100101110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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