Html Css Color HEX #86FA9A Pale Green

📋 copy color: '#86FA9A'

red 134 ◦ green 250 ◦ blue 154

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

Shades of Pale Green #86FA9A

Tints of Pale Green #86FA9A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.47%

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 24.91%
G = 46.47%
B = 28.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#86FA9A (or 0x86FA9A) is known color: Pale Green. HEX triplet: 86, FA and 9A. RGB value is (134,250,154). Sum of RGB (Red+Green+Blue) = 134+250+154=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FA9A is #790565. Grayscale: #CCCCCC. Windows color (decimal): -7931238 or 10156678. OLE color: 10156678.

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

Color convert

RGB 134 250 154 -
CMYK 0.46 0 0.38 0.02
HSL 130.34º 0.92% 0.75% -
HSV(B) 130.34º 0.46% 0.98% -
XYZ 49.85 75.77 42.57 -
YUV 204.37 99.57 77.81 -
System Red Green Blue C M Y K H S L
Decimal 134 250 154 0.46 0 0.38 0.02 130.34 0.92 0.75
Hex 86 FA 9A 2E 0 26 2 82 5C 4B
Octal 206 372 232 56 0 46 2 202 134 113
Binary 10000110 11111010 10011010 101110 0 100110 10 10000010 1011100 1001011

Color Harmonies of #86FA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FA9A

Black with #86FA9A

Text Example


Text Example

White with #86FA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,250,154); }

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

background-color css

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

 a { background-color: rgb(134,250,154); }

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

border-color css

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

 span { border-color: rgb(134,250,154); }

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