#69E07C

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

Shades of Pastel Green #69E07C

Tints of Pastel Green #69E07C

Color information

#69E07C (or 0x69E07C) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 7C. RGB value is (105,224,124). Sum of RGB (Red+Green+Blue) = 105+224+124=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #69E07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E07C is #961F83. Grayscale: #B1B1B1. Windows color (decimal): -9838468 or 8183913. OLE color: 8183913.

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

Color convert

RGB105224124-
CMYK0.5300.450.12
HSL129.58º65.75%64.51%-
HSV(B)129.58º53.12%87.84%-
XYZ36.1257.7728.32-
YUV177.0298.0876.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 224 (87.89% from 255) = 49.45%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=23.18%
G=49.45%
B=27.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241240.5300.450.12129.5865.7564.51
Hex69E07C3502DC824241
Octal1513401746505514202102101
Binary1101001111000001111100110101010110111001000001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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