Html Css Color HEX #A5D487 Feijoa

📋 copy color: '#A5D487'

red 165 ◦ green 212 ◦ blue 135

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

Shades of Feijoa #A5D487

Tints of Feijoa #A5D487

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

 BLUE value IS 135 (53.13% from 255) = 26.37%

R = 32.23%
G = 41.41%
B = 26.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#A5D487 (or 0xA5D487) is known color: Feijoa. HEX triplet: A5, D4 and 87. RGB value is (165,212,135). Sum of RGB (Red+Green+Blue) = 165+212+135=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D487 is #5A2B78. Grayscale: #BDBDBD. Windows color (decimal): -5909369 or 8901797. OLE color: 8901797.

HSL color Cylindrical-coordinate representation of color #A5D487: hue angle of 96.62º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5D487 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 212 135 -
CMYK 0.22 0 0.36 0.17
HSL 96.62º 0.47% 0.68% -
HSV(B) 96.62º 0.36% 0.83% -
XYZ 43.43 56.84 31.6 -
YUV 189.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 165 212 135 0.22 0 0.36 0.17 96.62 0.47 0.68
Hex A5 D4 87 16 0 24 11 61 2F 44
Octal 245 324 207 26 0 44 21 141 57 104
Binary 10100101 11010100 10000111 10110 0 100100 10001 1100001 101111 1000100

Color Harmonies of #A5D487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D487

Black with #A5D487

Text Example


Text Example

White with #A5D487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D487; }

 p { color: rgb(165,212,135); }

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

background-color css

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

 a { background-color: rgb(165,212,135); }

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

border-color css

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

 span { border-color: rgb(165,212,135); }

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