#69ED91

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

Shades of Pastel Green #69ED91

Tints of Pastel Green #69ED91

Color information

#69ED91 (or 0x69ED91) is unknown color: approx Pastel Green. HEX triplet: 69, ED and 91. RGB value is (105,237,145). Sum of RGB (Red+Green+Blue) = 105+237+145=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #69ED91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ED91 is #96126E. Grayscale: #BBBBBB. Windows color (decimal): -9835119 or 9563497. OLE color: 9563497.

HSL color Cylindrical-coordinate representation of color #69ED91: hue angle of 138.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ED91 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB105237145-
CMYK0.5600.390.07
HSL138.18º78.57%67.06%-
HSV(B)138.18º55.7%92.94%-
XYZ41.2265.6237.28-
YUV187.04104.2769.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 237 (92.97% from 255) = 48.67%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=21.56%
G=48.67%
B=29.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052371450.5600.390.07138.1878.5767.06
Hex69ED913802778a4f43
Octal151355221700477212117103
Binary1101001111011011001000111100001001111111000101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ED91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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