Html Css Color HEX #A5D685 Feijoa

📋 copy color: '#A5D685'

red 165 ◦ green 214 ◦ blue 133

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

Shades of Feijoa #A5D685

Tints of Feijoa #A5D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 32.23%
G = 41.8%
B = 25.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#A5D685 (or 0xA5D685) is known color: Feijoa. HEX triplet: A5, D6 and 85. RGB value is (165,214,133). Sum of RGB (Red+Green+Blue) = 165+214+133=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D685 is #5A297A. Grayscale: #BEBEBE. Windows color (decimal): -5908859 or 8771237. OLE color: 8771237.

HSL color Cylindrical-coordinate representation of color #A5D685: hue angle of 96.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5D685 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 133 -
CMYK 0.23 0 0.38 0.16
HSL 96.3º 0.5% 0.68% -
HSV(B) 96.3º 0.38% 0.84% -
XYZ 43.8 57.79 31.04 -
YUV 190.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 165 214 133 0.23 0 0.38 0.16 96.3 0.5 0.68
Hex A5 D6 85 17 0 26 10 60 32 44
Octal 245 326 205 27 0 46 20 140 62 104
Binary 10100101 11010110 10000101 10111 0 100110 10000 1100000 110010 1000100

Color Harmonies of #A5D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D685

Black with #A5D685

Text Example


Text Example

White with #A5D685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D685; }

 p { color: rgb(165,214,133); }

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

background-color css

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

 a { background-color: rgb(165,214,133); }

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

border-color css

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

 span { border-color: rgb(165,214,133); }

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