#69F48A

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

Shades of Pastel Green #69F48A

Tints of Pastel Green #69F48A

Color information

#69F48A (or 0x69F48A) is unknown color: approx Pastel Green. HEX triplet: 69, F4 and 8A. RGB value is (105,244,138). Sum of RGB (Red+Green+Blue) = 105+244+138=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #69F48A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F48A is #960B75. Grayscale: #BEBEBE. Windows color (decimal): -9833334 or 9106537. OLE color: 9106537.

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

Color convert

RGB105244138-
CMYK0.5700.430.04
HSL134.24º86.34%68.43%-
HSV(B)134.24º56.97%95.69%-
XYZ42.7669.5435.21-
YUV190.3698.4567.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 244 (95.70% from 255) = 50.10%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=21.56%
G=50.10%
B=28.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052441380.5700.430.04134.2486.3468.43
Hex69F48A3902B4865644
Octal151364212710534206126104
Binary1101001111101001000101011100101010111001000011010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,244,138); }

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

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

 a { background-color: rgb(105,244,138); }

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

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

 span { border-color: rgb(105,244,138); }

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