Html Css Color HEX #86F9A5 Pale Green

📋 copy color: '#86F9A5'

red 134 ◦ green 249 ◦ blue 165

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

Shades of Pale Green #86F9A5

Tints of Pale Green #86F9A5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

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

R = 24.45%
G = 45.44%
B = 30.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#86F9A5 (or 0x86F9A5) is known color: Pale Green. HEX triplet: 86, F9 and A5. RGB value is (134,249,165). Sum of RGB (Red+Green+Blue) = 134+249+165=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F9A5 is #79065A. Grayscale: #CDCDCD. Windows color (decimal): -7931483 or 10877318. OLE color: 10877318.

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

Color convert

RGB 134 249 165 -
CMYK 0.46 0 0.34 0.02
HSL 136.17º 0.91% 0.75% -
HSV(B) 136.17º 0.46% 0.98% -
XYZ 50.5 75.54 47.52 -
YUV 205.04 105.4 77.33 -
System Red Green Blue C M Y K H S L
Decimal 134 249 165 0.46 0 0.34 0.02 136.17 0.91 0.75
Hex 86 F9 A5 2E 0 22 2 88 5B 4B
Octal 206 371 245 56 0 42 2 210 133 113
Binary 10000110 11111001 10100101 101110 0 100010 10 10001000 1011011 1001011

Color Harmonies of #86F9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F9A5

Black with #86F9A5

Text Example


Text Example

White with #86F9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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