#69EA7A

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

Shades of Pastel Green #69EA7A

Tints of Pastel Green #69EA7A

Color information

#69EA7A (or 0x69EA7A) is unknown color: approx Pastel Green. HEX triplet: 69, EA and 7A. RGB value is (105,234,122). Sum of RGB (Red+Green+Blue) = 105+234+122=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #69EA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EA7A is #961585. Grayscale: #B6B6B6. Windows color (decimal): -9835910 or 8055401. OLE color: 8055401.

HSL color Cylindrical-coordinate representation of color #69EA7A: hue angle of 127.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EA7A is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB105234122-
CMYK0.5500.480.08
HSL127.91º75.44%66.47%-
HSV(B)127.91º55.13%91.76%-
XYZ38.7663.2528.58-
YUV182.6693.7672.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 234 (91.80% from 255) = 50.76%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=22.78%
G=50.76%
B=26.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052341220.5500.480.08127.9175.4466.47
Hex69EA7A370308804b42
Octal1513521726706010200113102
Binary1101001111010101111010110111011000010001000000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,234,122); }

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

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

 a { background-color: rgb(105,234,122); }

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

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

 span { border-color: rgb(105,234,122); }

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