#69D96D

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

Shades of Pastel Green #69D96D

Tints of Pastel Green #69D96D

Color information

#69D96D (or 0x69D96D) is unknown color: approx Pastel Green. HEX triplet: 69, D9 and 6D. RGB value is (105,217,109). Sum of RGB (Red+Green+Blue) = 105+217+109=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #69D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D96D is #962692. Grayscale: #ABABAB. Windows color (decimal): -9840275 or 7199081. OLE color: 7199081.

HSL color Cylindrical-coordinate representation of color #69D96D: hue angle of 122.14º 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 #69D96D is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB105217109-
CMYK0.5200.500.15
HSL122.14º59.57%63.14%-
HSV(B)122.14º51.61%85.1%-
XYZ33.453.7323.08-
YUV171.292.8980.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 217 (85.16% from 255) = 50.35%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=24.36%
G=50.35%
B=25.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052171090.5200.500.15122.1459.5763.14
Hex69D96D34032F7a3c3f
Octal15133115564062171727477
Binary1101001110110011101101110100011001011111111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,217,109); }

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

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

 a { background-color: rgb(105,217,109); }

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

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

 span { border-color: rgb(105,217,109); }

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