#69E060

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

Shades of Pastel Green #69E060

Tints of Pastel Green #69E060

Color information

#69E060 (or 0x69E060) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 60. RGB value is (105,224,96). Sum of RGB (Red+Green+Blue) = 105+224+96=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #69E060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E060 is #961F9F. Grayscale: #AEAEAE. Windows color (decimal): -9838496 or 6348905. OLE color: 6348905.

HSL color Cylindrical-coordinate representation of color #69E060: hue angle of 115.78º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69E060 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB10522496-
CMYK0.5300.570.12
HSL115.78º67.37%62.75%-
HSV(B)115.78º57.14%87.84%-
XYZ34.5957.1620.28-
YUV173.8384.0878.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 224 (87.89% from 255) = 52.71%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=24.71%
G=52.71%
B=22.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105224960.5300.570.12115.7867.3762.75
Hex69E06035039C74433f
Octal151340140650711416410377
Binary11010011110000011000001101010111001110011101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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