Html Css Color HEX #86F9A2 Pale Green

📋 copy color: '#86F9A2'

red 134 ◦ green 249 ◦ blue 162

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

Shades of Pale Green #86F9A2

Tints of Pale Green #86F9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.72%

R = 24.59%
G = 45.69%
B = 29.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#86F9A2 (or 0x86F9A2) is known color: Pale Green. HEX triplet: 86, F9 and A2. RGB value is (134,249,162). Sum of RGB (Red+Green+Blue) = 134+249+162=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F9A2 is #79065D. Grayscale: #CCCCCC. Windows color (decimal): -7931486 or 10680710. OLE color: 10680710.

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

Color convert

RGB 134 249 162 -
CMYK 0.46 0 0.35 0.02
HSL 134.61º 0.91% 0.75% -
HSV(B) 134.61º 0.46% 0.98% -
XYZ 50.23 75.43 46.09 -
YUV 204.7 103.9 77.57 -
System Red Green Blue C M Y K H S L
Decimal 134 249 162 0.46 0 0.35 0.02 134.61 0.91 0.75
Hex 86 F9 A2 2E 0 23 2 87 5B 4B
Octal 206 371 242 56 0 43 2 207 133 113
Binary 10000110 11111001 10100010 101110 0 100011 10 10000111 1011011 1001011

Color Harmonies of #86F9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F9A2

Black with #86F9A2

Text Example


Text Example

White with #86F9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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