#69D46F

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

Shades of Pastel Green #69D46F

Tints of Pastel Green #69D46F

Color information

#69D46F (or 0x69D46F) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 6F. RGB value is (105,212,111). Sum of RGB (Red+Green+Blue) = 105+212+111=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #69D46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D46F is #962B90. Grayscale: #A8A8A8. Windows color (decimal): -9841553 or 7328873. OLE color: 7328873.

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

Color convert

RGB105212111-
CMYK0.5000.480.17
HSL123.36º55.44%62.16%-
HSV(B)123.36º50.47%83.14%-
XYZ32.2451.2423.23-
YUV168.4995.5582.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 212 (83.20% from 255) = 49.53%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=24.53%
G=49.53%
B=25.93%

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
Decimal1052121110.5000.480.17123.3655.4462.16
Hex69D46F32030117b373e
Octal15132415762060211736776
Binary11010011101010011011111100100110000100011111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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