Html Css Color HEX #A5D386 Feijoa

📋 copy color: '#A5D386'

red 165 ◦ green 211 ◦ blue 134

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

Shades of Feijoa #A5D386

Tints of Feijoa #A5D386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.37%

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

R = 32.35%
G = 41.37%
B = 26.27%

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

#A5D386 (or 0xA5D386) is known color: Feijoa. HEX triplet: A5, D3 and 86. RGB value is (165,211,134). Sum of RGB (Red+Green+Blue) = 165+211+134=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D386 is #5A2C79. Grayscale: #BCBCBC. Windows color (decimal): -5909626 or 8836005. OLE color: 8836005.

HSL color Cylindrical-coordinate representation of color #A5D386: hue angle of 95.84º 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 #A5D386 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 211 134 -
CMYK 0.22 0 0.36 0.17
HSL 95.84º 0.47% 0.68% -
HSV(B) 95.84º 0.36% 0.83% -
XYZ 43.11 56.31 31.15 -
YUV 188.47 97.26 111.26 -
System Red Green Blue C M Y K H S L
Decimal 165 211 134 0.22 0 0.36 0.17 95.84 0.47 0.68
Hex A5 D3 86 16 0 24 11 60 2F 44
Octal 245 323 206 26 0 44 21 140 57 104
Binary 10100101 11010011 10000110 10110 0 100100 10001 1100000 101111 1000100

Color Harmonies of #A5D386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D386

Black with #A5D386

Text Example


Text Example

White with #A5D386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D386; }

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

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

background-color css

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

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

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

border-color css

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

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

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