#69D46E

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

Shades of Pastel Green #69D46E

Tints of Pastel Green #69D46E

Color information

#69D46E (or 0x69D46E) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 6E. RGB value is (105,212,110). Sum of RGB (Red+Green+Blue) = 105+212+110=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #69D46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D46E is #962B91. Grayscale: #A8A8A8. Windows color (decimal): -9841554 or 7263337. OLE color: 7263337.

HSL color Cylindrical-coordinate representation of color #69D46E: hue angle of 122.8º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D46E is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB105212110-
CMYK0.5000.480.17
HSL122.8º55.44%62.16%-
HSV(B)122.8º50.47%83.14%-
XYZ32.1851.2222.94-
YUV168.3895.0582.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 212 (83.20% from 255) = 49.65%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=24.59%
G=49.65%
B=25.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052121100.5000.480.17122.855.4462.16
Hex69D46E32030117b373e
Octal15132415662060211736776
Binary11010011101010011011101100100110000100011111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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