#69e05a

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

Shades of Pastel Green #69E05A

Tints of Pastel Green #69E05A

Color information

#69E05A (or 0x69E05A) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 5A. RGB value is (105,224,90). Sum of RGB (Red+Green+Blue) = 105+224+90=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #69E05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E05A is #961FA5. Grayscale: #ADADAD. Windows color (decimal): -9838502 or 5955689. OLE color: 5955689.

HSL color Cylindrical-coordinate representation of color #69E05A: hue angle of 113.28º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69E05A is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB10522490-
CMYK0.5300.600.12
HSL113.28º68.37%61.57%-
HSV(B)113.28º59.82%87.84%-
XYZ34.3357.0518.88-
YUV173.1481.0879.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 224 (87.89% from 255) = 53.46%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=25.06%
G=53.46%
B=21.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105224900.5300.600.12113.2868.3761.57
Hex69E05A3503CC71443e
Octal151340132650741416110476
Binary11010011110000010110101101010111100110011100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69e05a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,90); }

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

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

 a { background-color: rgb(105,224,90); }

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

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

 span { border-color: rgb(105,224,90); }

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