#69D96E

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

Shades of Pastel Green #69D96E

Tints of Pastel Green #69D96E

Color information

#69D96E (or 0x69D96E) is unknown color: approx Pastel Green. HEX triplet: 69, D9 and 6E. RGB value is (105,217,110). Sum of RGB (Red+Green+Blue) = 105+217+110=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #69D96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D96E is #962691. Grayscale: #ABABAB. Windows color (decimal): -9840274 or 7264617. OLE color: 7264617.

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

Color convert

RGB105217110-
CMYK0.5200.490.15
HSL122.68º59.57%63.14%-
HSV(B)122.68º51.61%85.1%-
XYZ33.4553.7523.36-
YUV171.3193.3980.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 217 (85.16% from 255) = 50.23%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=24.31%
G=50.23%
B=25.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052171100.5200.490.15122.6859.5763.14
Hex69D96E34031F7b3c3f
Octal15133115664061171737477
Binary1101001110110011101110110100011000111111111011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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