Html Css Color HEX #A5D688 Feijoa

📋 copy color: '#A5D688'

red 165 ◦ green 214 ◦ blue 136

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

Shades of Feijoa #A5D688

Tints of Feijoa #A5D688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.41%

R = 32.04%
G = 41.55%
B = 26.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#A5D688 (or 0xA5D688) is known color: Feijoa. HEX triplet: A5, D6 and 88. RGB value is (165,214,136). Sum of RGB (Red+Green+Blue) = 165+214+136=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D688 is #5A2977. Grayscale: #BEBEBE. Windows color (decimal): -5908856 or 8967845. OLE color: 8967845.

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

Color convert

RGB 165 214 136 -
CMYK 0.23 0 0.36 0.16
HSL 97.69º 0.49% 0.69% -
HSV(B) 97.69º 0.36% 0.84% -
XYZ 44.01 57.87 32.14 -
YUV 190.46 97.27 109.84 -
System Red Green Blue C M Y K H S L
Decimal 165 214 136 0.23 0 0.36 0.16 97.69 0.49 0.69
Hex A5 D6 88 17 0 24 10 62 31 45
Octal 245 326 210 27 0 44 20 142 61 105
Binary 10100101 11010110 10001000 10111 0 100100 10000 1100010 110001 1000101

Color Harmonies of #A5D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D688

Black with #A5D688

Text Example


Text Example

White with #A5D688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D688; }

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

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

background-color css

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

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

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

border-color css

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

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

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