Html Css Color HEX #86F9AE Pale Green

📋 copy color: '#86F9AE'

red 134 ◦ green 249 ◦ blue 174

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

Shades of Pale Green #86F9AE

Tints of Pale Green #86F9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.24%

R = 24.06%
G = 44.7%
B = 31.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#86F9AE (or 0x86F9AE) is known color: Pale Green. HEX triplet: 86, F9 and AE. RGB value is (134,249,174). Sum of RGB (Red+Green+Blue) = 134+249+174=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F9AE is #790651. Grayscale: #CECECE. Windows color (decimal): -7931474 or 11467142. OLE color: 11467142.

HSL color Cylindrical-coordinate representation of color #86F9AE: hue angle of 140.87º 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 #86F9AE is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 174 -
CMYK 0.46 0 0.30 0.02
HSL 140.87º 0.91% 0.75% -
HSV(B) 140.87º 0.46% 0.98% -
XYZ 51.35 75.88 51.98 -
YUV 206.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 134 249 174 0.46 0 0.30 0.02 140.87 0.91 0.75
Hex 86 F9 AE 2E 0 1E 2 8D 5B 4B
Octal 206 371 256 56 0 36 2 215 133 113
Binary 10000110 11111001 10101110 101110 0 11110 10 10001101 1011011 1001011

Color Harmonies of #86F9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F9AE

Black with #86F9AE

Text Example


Text Example

White with #86F9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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