Html Css Color HEX #A5E87A Feijoa

📋 copy color: '#A5E87A'

red 165 ◦ green 232 ◦ blue 122

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

Shades of Feijoa #A5E87A

Tints of Feijoa #A5E87A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.7%

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 31.79%
G = 44.7%
B = 23.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#A5E87A (or 0xA5E87A) is known color: Feijoa. HEX triplet: A5, E8 and 7A. RGB value is (165,232,122). Sum of RGB (Red+Green+Blue) = 165+232+122=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E87A is #5A1785. Grayscale: #C7C7C7. Windows color (decimal): -5904262 or 8054949. OLE color: 8054949.

HSL color Cylindrical-coordinate representation of color #A5E87A: hue angle of 96.55º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5E87A is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 232 122 -
CMYK 0.29 0 0.47 0.09
HSL 96.55º 0.71% 0.69% -
HSV(B) 96.55º 0.47% 0.91% -
XYZ 47.89 67.12 28.84 -
YUV 199.43 84.3 103.44 -
System Red Green Blue C M Y K H S L
Decimal 165 232 122 0.29 0 0.47 0.09 96.55 0.71 0.69
Hex A5 E8 7A 1D 0 2F 9 61 47 45
Octal 245 350 172 35 0 57 11 141 107 105
Binary 10100101 11101000 1111010 11101 0 101111 1001 1100001 1000111 1000101

Color Harmonies of #A5E87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E87A

Black with #A5E87A

Text Example


Text Example

White with #A5E87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E87A; }

 p { color: rgb(165,232,122); }

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

background-color css

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

 a { background-color: rgb(165,232,122); }

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

border-color css

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

 span { border-color: rgb(165,232,122); }

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