Html Css Color HEX #A5D683 Feijoa

📋 copy color: '#A5D683'

red 165 ◦ green 214 ◦ blue 131

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

Shades of Feijoa #A5D683

Tints of Feijoa #A5D683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.69%

R = 32.35%
G = 41.96%
B = 25.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#A5D683 (or 0xA5D683) is known color: Feijoa. HEX triplet: A5, D6 and 83. RGB value is (165,214,131). Sum of RGB (Red+Green+Blue) = 165+214+131=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D683 is #5A297C. Grayscale: #BEBEBE. Windows color (decimal): -5908861 or 8640165. OLE color: 8640165.

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

Color convert

RGB 165 214 131 -
CMYK 0.23 0 0.39 0.16
HSL 95.42º 0.5% 0.68% -
HSV(B) 95.42º 0.39% 0.84% -
XYZ 43.66 57.73 30.31 -
YUV 189.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 165 214 131 0.23 0 0.39 0.16 95.42 0.5 0.68
Hex A5 D6 83 17 0 27 10 5F 32 44
Octal 245 326 203 27 0 47 20 137 62 104
Binary 10100101 11010110 10000011 10111 0 100111 10000 1011111 110010 1000100

Color Harmonies of #A5D683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D683

Black with #A5D683

Text Example


Text Example

White with #A5D683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D683; }

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

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

background-color css

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

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

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

border-color css

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

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

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