Html Css Color HEX #A5FC86 Pale Green

📋 copy color: '#A5FC86'

red 165 ◦ green 252 ◦ blue 134

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

Shades of Pale Green #A5FC86

Tints of Pale Green #A5FC86

RGB

 RED value IS 165 (64.84% from 255) = 29.95%

 GREEN value IS 252 (98.83% from 255) = 45.74%

 BLUE value IS 134 (52.73% from 255) = 24.32%

R = 29.95%
G = 45.74%
B = 24.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#A5FC86 (or 0xA5FC86) is known color: Pale Green. HEX triplet: A5, FC and 86. RGB value is (165,252,134). Sum of RGB (Red+Green+Blue) = 165+252+134=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FC86 is #5A0379. Grayscale: #D4D4D4. Windows color (decimal): -5899130 or 8846501. OLE color: 8846501.

HSL color Cylindrical-coordinate representation of color #A5FC86: hue angle of 104.24º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5FC86 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 252 134 -
CMYK 0.35 0 0.47 0.01
HSL 104.24º 0.95% 0.76% -
HSV(B) 104.24º 0.47% 0.99% -
XYZ 54.63 79.34 34.99 -
YUV 212.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 165 252 134 0.35 0 0.47 0.01 104.24 0.95 0.76
Hex A5 FC 86 23 0 2F 1 68 5F 4C
Octal 245 374 206 43 0 57 1 150 137 114
Binary 10100101 11111100 10000110 100011 0 101111 1 1101000 1011111 1001100

Color Harmonies of #A5FC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FC86

Black with #A5FC86

Text Example


Text Example

White with #A5FC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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