#69E970

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

Shades of Pastel Green #69E970

Tints of Pastel Green #69E970

Color information

#69E970 (or 0x69E970) is unknown color: approx Pastel Green. HEX triplet: 69, E9 and 70. RGB value is (105,233,112). Sum of RGB (Red+Green+Blue) = 105+233+112=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #69E970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E970 is #96168F. Grayscale: #B5B5B5. Windows color (decimal): -9836176 or 7399785. OLE color: 7399785.

HSL color Cylindrical-coordinate representation of color #69E970: hue angle of 123.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E970 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB105233112-
CMYK0.5500.520.09
HSL123.28º74.42%66.27%-
HSV(B)123.28º54.94%91.37%-
XYZ37.8962.4525.39-
YUV180.9389.0973.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.33%
GREEN value IS 233 (91.41% from 255) = 51.78%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=23.33%
G=51.78%
B=24.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052331120.5500.520.09123.2874.4266.27
Hex69E9703703497b4a42
Octal1513511606706411173112102
Binary110100111101001111000011011101101001001111101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,233,112); }

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

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

 a { background-color: rgb(105,233,112); }

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

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

 span { border-color: rgb(105,233,112); }

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