#69D160

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

Shades of Pastel Green #69D160

Tints of Pastel Green #69D160

Color information

#69D160 (or 0x69D160) is unknown color: approx Pastel Green. HEX triplet: 69, D1 and 60. RGB value is (105,209,96). Sum of RGB (Red+Green+Blue) = 105+209+96=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #69D160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D160 is #962E9F. Grayscale: #A5A5A5. Windows color (decimal): -9842336 or 6345065. OLE color: 6345065.

HSL color Cylindrical-coordinate representation of color #69D160: hue angle of 115.22º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69D160 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB10520996-
CMYK0.5000.540.18
HSL115.22º55.12%59.8%-
HSV(B)115.22º54.07%81.96%-
XYZ30.7449.4518.99-
YUV165.0289.0485.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 209 (82.03% from 255) = 50.98%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=25.61%
G=50.98%
B=23.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105209960.5000.540.18115.2255.1259.8
Hex69D160320361273373c
Octal15132114062066221636774
Binary11010011101000111000001100100110110100101110011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D160; }

 p { color: rgb(105,209,96); }

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

<style>
 a { background-color: #69D160; }

 a { background-color: rgb(105,209,96); }

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

<style>
 span { border-color: #69D160; }

 span { border-color: rgb(105,209,96); }

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