#69F98C

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

Shades of Pastel Green #69F98C

Tints of Pastel Green #69F98C

Color information

#69F98C (or 0x69F98C) is unknown color: approx Pastel Green. HEX triplet: 69, F9 and 8C. RGB value is (105,249,140). Sum of RGB (Red+Green+Blue) = 105+249+140=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #69F98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F98C is #960673. Grayscale: #C1C1C1. Windows color (decimal): -9832052 or 9238889. OLE color: 9238889.

HSL color Cylindrical-coordinate representation of color #69F98C: hue angle of 134.58º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F98C is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB105249140-
CMYK0.5800.440.02
HSL134.58º92.31%69.41%-
HSV(B)134.58º57.83%97.65%-
XYZ44.4472.6536.49-
YUV193.5297.7964.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 249 (97.66% from 255) = 50.40%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=21.26%
G=50.40%
B=28.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052491400.5800.440.02134.5892.3169.41
Hex69F98C3A02C2875c45
Octal151371214720542207134105
Binary110100111111001100011001110100101100101000011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,249,140); }

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

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

 a { background-color: rgb(105,249,140); }

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

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

 span { border-color: rgb(105,249,140); }

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