#69CE7A

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

Shades of Pastel Green #69CE7A

Tints of Pastel Green #69CE7A

Color information

#69CE7A (or 0x69CE7A) is unknown color: approx Pastel Green. HEX triplet: 69, CE and 7A. RGB value is (105,206,122). Sum of RGB (Red+Green+Blue) = 105+206+122=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CE7A is #963185. Grayscale: #A6A6A6. Windows color (decimal): -9843078 or 8048233. OLE color: 8048233.

HSL color Cylindrical-coordinate representation of color #69CE7A: hue angle of 130.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CE7A is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB105206122-
CMYK0.4900.410.19
HSL130.1º50.75%60.98%-
HSV(B)130.1º49.03%80.78%-
XYZ31.4148.5526.13-
YUV166.23103.0484.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.25%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=24.25%
G=47.58%
B=28.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052061220.4900.410.19130.150.7560.98
Hex69CE7A310291382333d
Octal15131617261051232026375
Binary110100111001110111101011000101010011001110000010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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