Html Css Color HEX #86FCB0 Pale Green

📋 copy color: '#86FCB0'

red 134 ◦ green 252 ◦ blue 176

#86FCB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #86FCB0

Tints of Pale Green #86FCB0

RGB

 RED value IS 134 (52.73% from 255) = 23.84%

 GREEN value IS 252 (98.83% from 255) = 44.84%

 BLUE value IS 176 (69.14% from 255) = 31.32%

R = 23.84%
G = 44.84%
B = 31.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#86FCB0 (or 0x86FCB0) is known color: Pale Green. HEX triplet: 86, FC and B0. RGB value is (134,252,176). Sum of RGB (Red+Green+Blue) = 134+252+176=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FCB0 is #79034F. Grayscale: #D0D0D0. Windows color (decimal): -7930704 or 11598982. OLE color: 11598982.

HSL color Cylindrical-coordinate representation of color #86FCB0: hue angle of 141.36º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCB0 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 252 176 -
CMYK 0.47 0 0.30 0.01
HSL 141.36º 0.95% 0.76% -
HSV(B) 141.36º 0.47% 0.99% -
XYZ 52.48 77.82 53.33 -
YUV 208.05 109.91 75.18 -
System Red Green Blue C M Y K H S L
Decimal 134 252 176 0.47 0 0.30 0.01 141.36 0.95 0.76
Hex 86 FC B0 2F 0 1E 1 8D 5F 4C
Octal 206 374 260 57 0 36 1 215 137 114
Binary 10000110 11111100 10110000 101111 0 11110 1 10001101 1011111 1001100

Color Harmonies of #86FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FCB0

Black with #86FCB0

Text Example


Text Example

White with #86FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,252,176); }

 H1.HeaderClassName
 {
   color: #86FCB0;
 }
 .AnyTagClassName
 {
   color: #86FCB0;
 }
</style>

background-color css

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

 a { background-color: rgb(134,252,176); }

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

border-color css

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

 span { border-color: rgb(134,252,176); }

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