Html Css Color HEX #A5D289 Feijoa

📋 copy color: '#A5D289'

red 165 ◦ green 210 ◦ blue 137

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

Shades of Feijoa #A5D289

Tints of Feijoa #A5D289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.76%

R = 32.23%
G = 41.02%
B = 26.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#A5D289 (or 0xA5D289) is known color: Feijoa. HEX triplet: A5, D2 and 89. RGB value is (165,210,137). Sum of RGB (Red+Green+Blue) = 165+210+137=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D289 is #5A2D76. Grayscale: #BCBCBC. Windows color (decimal): -5909879 or 9032357. OLE color: 9032357.

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

Color convert

RGB 165 210 137 -
CMYK 0.21 0 0.35 0.18
HSL 96.99º 0.45% 0.68% -
HSV(B) 96.99º 0.35% 0.82% -
XYZ 43.08 55.9 32.19 -
YUV 188.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 165 210 137 0.21 0 0.35 0.18 96.99 0.45 0.68
Hex A5 D2 89 15 0 23 12 61 2D 44
Octal 245 322 211 25 0 43 22 141 55 104
Binary 10100101 11010010 10001001 10101 0 100011 10010 1100001 101101 1000100

Color Harmonies of #A5D289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D289

Black with #A5D289

Text Example


Text Example

White with #A5D289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D289; }

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

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

background-color css

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

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

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

border-color css

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

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

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