#69E98F

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

Shades of Pastel Green #69E98F

Tints of Pastel Green #69E98F

Color information

#69E98F (or 0x69E98F) is unknown color: approx Pastel Green. HEX triplet: 69, E9 and 8F. RGB value is (105,233,143). Sum of RGB (Red+Green+Blue) = 105+233+143=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #69E98F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E98F is #961670. Grayscale: #B8B8B8. Windows color (decimal): -9836145 or 9431401. OLE color: 9431401.

HSL color Cylindrical-coordinate representation of color #69E98F: hue angle of 137.81º 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 #69E98F is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB105233143-
CMYK0.5500.390.09
HSL137.81º74.42%66.27%-
HSV(B)137.81º54.94%91.37%-
XYZ39.9263.2636.09-
YUV184.47104.5971.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 233 (91.41% from 255) = 48.44%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=21.83%
G=48.44%
B=29.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052331430.5500.390.09137.8174.4266.27
Hex69E98F3702798a4a42
Octal1513512176704711212112102
Binary11010011110100110001111110111010011110011000101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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