#69E98A

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

Shades of Pastel Green #69E98A

Tints of Pastel Green #69E98A

Color information

#69E98A (or 0x69E98A) is unknown color: approx Pastel Green. HEX triplet: 69, E9 and 8A. RGB value is (105,233,138). Sum of RGB (Red+Green+Blue) = 105+233+138=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #69E98A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E98A is #961675. Grayscale: #B8B8B8. Windows color (decimal): -9836150 or 9103721. OLE color: 9103721.

HSL color Cylindrical-coordinate representation of color #69E98A: hue angle of 135.47º 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 #69E98A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB105233138-
CMYK0.5500.410.09
HSL135.47º74.42%66.27%-
HSV(B)135.47º54.94%91.37%-
XYZ39.5563.1234.14-
YUV183.9102.0971.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 233 (91.41% from 255) = 48.95%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=22.06%
G=48.95%
B=28.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052331380.5500.410.09135.4774.4266.27
Hex69E98A370299874a42
Octal1513512126705111207112102
Binary11010011110100110001010110111010100110011000011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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