#86FBA4

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

Shades of Pale Green #86FBA4

Tints of Pale Green #86FBA4

Color information

#86FBA4 (or 0x86FBA4) is unknown color: approx Pale Green. HEX triplet: 86, FB and A4. RGB value is (134,251,164). Sum of RGB (Red+Green+Blue) = 134+251+164=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #86FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FBA4 is #79045B. Grayscale: #CECECE. Windows color (decimal): -7930972 or 10812294. OLE color: 10812294.

HSL color Cylindrical-coordinate representation of color #86FBA4: hue angle of 135.38º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FBA4 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB134251164-
CMYK0.4700.350.02
HSL135.38º93.6%75.49%-
HSV(B)135.38º46.61%98.43%-
XYZ51.0376.7447.25-
YUV206.1104.2476.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 251 (98.44% from 255) = 45.72%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=24.41%
G=45.72%
B=29.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342511640.4700.350.02135.3893.675.49
Hex86FBA42F0232875e4b
Octal206373244570432207136113
Binary1000011011111011101001001011110100011101000011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86FBA4; }

 p { color: rgb(134,251,164); }

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

<style>
 a { background-color: #86FBA4; }

 a { background-color: rgb(134,251,164); }

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

<style>
 span { border-color: #86FBA4; }

 span { border-color: rgb(134,251,164); }

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