#8CF969

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

Shades of Pastel Green #8CF969

Tints of Pastel Green #8CF969

Color information

#8CF969 (or 0x8CF969) is unknown color: approx Pastel Green. HEX triplet: 8C, F9 and 69. RGB value is (140,249,105). Sum of RGB (Red+Green+Blue) = 140+249+105=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF969 is #730696. Grayscale: #C8C8C8. Windows color (decimal): -7538327 or 6945164. OLE color: 6945164.

HSL color Cylindrical-coordinate representation of color #8CF969: hue angle of 105.42º 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 #8CF969 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB140249105-
CMYK0.4400.580.02
HSL105.42º92.31%69.41%-
HSV(B)105.42º57.83%97.65%-
XYZ47.2474.3525.23-
YUV199.9974.3985.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402491050.4400.580.02105.4292.3169.41
Hex8CF9692C03A2695c45
Octal214371151540722151134105
Binary10001100111110011101001101100011101010110100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CF969; }

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

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

<style>
 a { background-color: #8CF969; }

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

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

<style>
 span { border-color: #8CF969; }

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

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