#69E991

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

Shades of Pastel Green #69E991

Tints of Pastel Green #69E991

Color information

#69E991 (or 0x69E991) is unknown color: approx Pastel Green. HEX triplet: 69, E9 and 91. RGB value is (105,233,145). Sum of RGB (Red+Green+Blue) = 105+233+145=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #69E991 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E991 is #96166E. Grayscale: #B8B8B8. Windows color (decimal): -9836143 or 9562473. OLE color: 9562473.

HSL color Cylindrical-coordinate representation of color #69E991: hue angle of 138.75º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E991 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB105233145-
CMYK0.5500.380.09
HSL138.75º74.42%66.27%-
HSV(B)138.75º54.94%91.37%-
XYZ40.0863.3336.9-
YUV184.7105.5971.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 233 (91.41% from 255) = 48.24%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=21.74%
G=48.24%
B=30.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052331450.5500.380.09138.7574.4266.27
Hex69E9913702698b4a42
Octal1513512216704611213112102
Binary11010011110100110010001110111010011010011000101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,233,145); }

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

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

 a { background-color: rgb(105,233,145); }

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

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

 span { border-color: rgb(105,233,145); }

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