Html Css Color HEX #A5D287 Feijoa

📋 copy color: '#A5D287'

red 165 ◦ green 210 ◦ blue 135

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

Shades of Feijoa #A5D287

Tints of Feijoa #A5D287

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.18%

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

R = 32.35%
G = 41.18%
B = 26.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#A5D287 (or 0xA5D287) is known color: Feijoa. HEX triplet: A5, D2 and 87. RGB value is (165,210,135). Sum of RGB (Red+Green+Blue) = 165+210+135=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D287 is #5A2D78. Grayscale: #BCBCBC. Windows color (decimal): -5909881 or 8901285. OLE color: 8901285.

HSL color Cylindrical-coordinate representation of color #A5D287: hue angle of 96º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5D287 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 135 -
CMYK 0.21 0 0.36 0.18
HSL 96º 0.45% 0.68% -
HSV(B) 96º 0.36% 0.82% -
XYZ 42.94 55.84 31.44 -
YUV 188 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 165 210 135 0.21 0 0.36 0.18 96 0.45 0.68
Hex A5 D2 87 15 0 24 12 60 2D 44
Octal 245 322 207 25 0 44 22 140 55 104
Binary 10100101 11010010 10000111 10101 0 100100 10010 1100000 101101 1000100

Color Harmonies of #A5D287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D287

Black with #A5D287

Text Example


Text Example

White with #A5D287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D287; }

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

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

background-color css

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

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

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

border-color css

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

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

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