#69E160

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

Shades of Pastel Green #69E160

Tints of Pastel Green #69E160

Color information

#69E160 (or 0x69E160) is unknown color: approx Pastel Green. HEX triplet: 69, E1 and 60. RGB value is (105,225,96). Sum of RGB (Red+Green+Blue) = 105+225+96=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #69E160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E160 is #961E9F. Grayscale: #AEAEAE. Windows color (decimal): -9838240 or 6349161. OLE color: 6349161.

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

Color convert

RGB10522596-
CMYK0.5300.570.12
HSL115.81º68.25%62.94%-
HSV(B)115.81º57.33%88.24%-
XYZ34.8657.720.37-
YUV174.4183.7478.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 225 (88.28% from 255) = 52.82%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=24.65%
G=52.82%
B=22.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105225960.5300.570.12115.8168.2562.94
Hex69E16035039C74443f
Octal151341140650711416410477
Binary11010011110000111000001101010111001110011101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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