#69D171

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

Shades of Pastel Green #69D171

Tints of Pastel Green #69D171

Color information

#69D171 (or 0x69D171) is unknown color: approx Pastel Green. HEX triplet: 69, D1 and 71. RGB value is (105,209,113). Sum of RGB (Red+Green+Blue) = 105+209+113=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #69D171 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D171 is #962E8E. Grayscale: #A7A7A7. Windows color (decimal): -9842319 or 7459177. OLE color: 7459177.

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

Color convert

RGB105209113-
CMYK0.5000.460.18
HSL124.62º53.06%61.57%-
HSV(B)124.62º49.76%81.96%-
XYZ31.6149.823.57-
YUV166.9697.5483.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 209 (82.03% from 255) = 48.95%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=24.59%
G=48.95%
B=26.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052091130.5000.460.18124.6253.0661.57
Hex69D1713202E127d353e
Octal15132116162056221756576
Binary11010011101000111100011100100101110100101111101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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