#69F690

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

Shades of Pastel Green #69F690

Tints of Pastel Green #69F690

Color information

#69F690 (or 0x69F690) is unknown color: approx Pastel Green. HEX triplet: 69, F6 and 90. RGB value is (105,246,144). Sum of RGB (Red+Green+Blue) = 105+246+144=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #69F690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F690 is #96096F. Grayscale: #C0C0C0. Windows color (decimal): -9832816 or 9500265. OLE color: 9500265.

HSL color Cylindrical-coordinate representation of color #69F690: hue angle of 136.6º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F690 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB105246144-
CMYK0.5700.410.04
HSL136.6º88.68%68.82%-
HSV(B)136.6º57.32%96.47%-
XYZ43.8270.9337.77-
YUV192.21100.7965.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 246 (96.48% from 255) = 49.70%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=21.21%
G=49.70%
B=29.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052461440.5700.410.04136.688.6868.82
Hex69F690390294895945
Octal151366220710514211131105
Binary1101001111101101001000011100101010011001000100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,246,144); }

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

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

 a { background-color: rgb(105,246,144); }

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

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

 span { border-color: rgb(105,246,144); }

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