#69DA6A

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

Shades of Pastel Green #69DA6A

Tints of Pastel Green #69DA6A

Color information

#69DA6A (or 0x69DA6A) is unknown color: approx Pastel Green. HEX triplet: 69, DA and 6A. RGB value is (105,218,106). Sum of RGB (Red+Green+Blue) = 105+218+106=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA6A is #962595. Grayscale: #ABABAB. Windows color (decimal): -9840022 or 7002729. OLE color: 7002729.

HSL color Cylindrical-coordinate representation of color #69DA6A: hue angle of 120.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DA6A is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB105218106-
CMYK0.5200.510.15
HSL120.53º60.43%63.33%-
HSV(B)120.53º51.83%85.49%-
XYZ33.554.1922.33-
YUV171.4491.0680.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.48%
GREEN value IS 218 (85.55% from 255) = 50.82%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=24.48%
G=50.82%
B=24.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181060.5200.510.15120.5360.4363.33
Hex69DA6A34033F793c3f
Octal15133215264063171717477
Binary1101001110110101101010110100011001111111111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,218,106); }

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

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

 a { background-color: rgb(105,218,106); }

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

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

 span { border-color: rgb(105,218,106); }

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