Html Css Color HEX #86F6A5 Pale Green

📋 copy color: '#86F6A5'

red 134 ◦ green 246 ◦ blue 165

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

Shades of Pale Green #86F6A5

Tints of Pale Green #86F6A5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.14%

 BLUE value IS 165 (64.84% from 255) = 30.28%

R = 24.59%
G = 45.14%
B = 30.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#86F6A5 (or 0x86F6A5) is known color: Pale Green. HEX triplet: 86, F6 and A5. RGB value is (134,246,165). Sum of RGB (Red+Green+Blue) = 134+246+165=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #86F6A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F6A5 is #79095A. Grayscale: #CBCBCB. Windows color (decimal): -7932251 or 10876550. OLE color: 10876550.

HSL color Cylindrical-coordinate representation of color #86F6A5: hue angle of 136.61º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F6A5 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 246 165 -
CMYK 0.46 0 0.33 0.04
HSL 136.61º 0.86% 0.75% -
HSV(B) 136.61º 0.46% 0.96% -
XYZ 49.58 73.7 47.21 -
YUV 203.28 106.39 78.59 -
System Red Green Blue C M Y K H S L
Decimal 134 246 165 0.46 0 0.33 0.04 136.61 0.86 0.75
Hex 86 F6 A5 2E 0 21 4 89 56 4B
Octal 206 366 245 56 0 41 4 211 126 113
Binary 10000110 11110110 10100101 101110 0 100001 100 10001001 1010110 1001011

Color Harmonies of #86F6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F6A5

Black with #86F6A5

Text Example


Text Example

White with #86F6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,246,165); }

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

background-color css

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

 a { background-color: rgb(134,246,165); }

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

border-color css

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

 span { border-color: rgb(134,246,165); }

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