#69EC95

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

Shades of Pastel Green #69EC95

Tints of Pastel Green #69EC95

Color information

#69EC95 (or 0x69EC95) is unknown color: approx Pastel Green. HEX triplet: 69, EC and 95. RGB value is (105,236,149). Sum of RGB (Red+Green+Blue) = 105+236+149=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC95 is #96136A. Grayscale: #BBBBBB. Windows color (decimal): -9835371 or 9825385. OLE color: 9825385.

HSL color Cylindrical-coordinate representation of color #69EC95: hue angle of 140.15º degrees, saturation: 0.78, 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 #69EC95 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB105236149-
CMYK0.5600.370.07
HSL140.15º77.51%66.86%-
HSV(B)140.15º55.51%92.55%-
XYZ41.2565.1638.84-
YUV186.91106.669.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.43%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=21.43%
G=48.16%
B=30.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052361490.5600.370.07140.1577.5166.86
Hex69EC953802578c4e43
Octal151354225700457214116103
Binary1101001111011001001010111100001001011111000110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,236,149); }

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

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

 a { background-color: rgb(105,236,149); }

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

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

 span { border-color: rgb(105,236,149); }

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