#8FEFA2

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

Shades of Pale Green #8FEFA2

Tints of Pale Green #8FEFA2

Color information

#8FEFA2 (or 0x8FEFA2) is unknown color: approx Pale Green. HEX triplet: 8F, EF and A2. RGB value is (143,239,162). Sum of RGB (Red+Green+Blue) = 143+239+162=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEFA2 is #70105D. Grayscale: #C9C9C9. Windows color (decimal): -7344222 or 10678159. OLE color: 10678159.

HSL color Cylindrical-coordinate representation of color #8FEFA2: hue angle of 131.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFA2 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB143239162-
CMYK0.4000.320.06
HSL131.88º75%74.9%-
HSV(B)131.88º40.17%93.73%-
XYZ48.7270.1845.16-
YUV201.52105.786.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.29%
GREEN value IS 239 (93.75% from 255) = 43.93%
BLUE value IS 162 (63.67% from 255) = 29.78%
R=26.29%
G=43.93%
B=29.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391620.4000.320.06131.887574.9
Hex8FEFA2280206844b4b
Octal217357242500406204113113
Binary10001111111011111010001010100001000001101000010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,239,162); }

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

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

 a { background-color: rgb(143,239,162); }

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

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

 span { border-color: rgb(143,239,162); }

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