#69EC8A

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

Shades of Pastel Green #69EC8A

Tints of Pastel Green #69EC8A

Color information

#69EC8A (or 0x69EC8A) is unknown color: approx Pastel Green. HEX triplet: 69, EC and 8A. RGB value is (105,236,138). Sum of RGB (Red+Green+Blue) = 105+236+138=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC8A is #961375. Grayscale: #B9B9B9. Windows color (decimal): -9835382 or 9104489. OLE color: 9104489.

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

Color convert

RGB105236138-
CMYK0.5600.420.07
HSL135.11º77.51%66.86%-
HSV(B)135.11º55.51%92.55%-
XYZ40.4164.8334.43-
YUV185.66101.170.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=21.92%
G=49.27%
B=28.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052361380.5600.420.07135.1177.5166.86
Hex69EC8A3802A7874e43
Octal151354212700527207116103
Binary1101001111011001000101011100001010101111000011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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