#69E17C

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

Shades of Pastel Green #69E17C

Tints of Pastel Green #69E17C

Color information

#69E17C (or 0x69E17C) is unknown color: approx Pastel Green. HEX triplet: 69, E1 and 7C. RGB value is (105,225,124). Sum of RGB (Red+Green+Blue) = 105+225+124=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #69E17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E17C is #961E83. Grayscale: #B1B1B1. Windows color (decimal): -9838212 or 8184169. OLE color: 8184169.

HSL color Cylindrical-coordinate representation of color #69E17C: hue angle of 129.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E17C is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB105225124-
CMYK0.5300.450.12
HSL129.5º66.67%64.71%-
HSV(B)129.5º53.33%88.24%-
XYZ36.3958.3128.41-
YUV177.6197.7476.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.13%
GREEN value IS 225 (88.28% from 255) = 49.56%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=23.13%
G=49.56%
B=27.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052251240.5300.450.12129.566.6764.71
Hex69E17C3502DC824341
Octal1513411746505514202103101
Binary1101001111000011111100110101010110111001000001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,225,124); }

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

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

 a { background-color: rgb(105,225,124); }

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

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

 span { border-color: rgb(105,225,124); }

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