Html Css Color HEX #A5D983 Feijoa

📋 copy color: '#A5D983'

red 165 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #A5D983

Tints of Feijoa #A5D983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

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

R = 32.16%
G = 42.3%
B = 25.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A5D983 (or 0xA5D983) is known color: Feijoa. HEX triplet: A5, D9 and 83. RGB value is (165,217,131). Sum of RGB (Red+Green+Blue) = 165+217+131=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D983 is #5A267C. Grayscale: #BFBFBF. Windows color (decimal): -5908093 or 8640933. OLE color: 8640933.

HSL color Cylindrical-coordinate representation of color #A5D983: hue angle of 96.28º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5D983 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 131 -
CMYK 0.24 0 0.40 0.15
HSL 96.28º 0.53% 0.68% -
HSV(B) 96.28º 0.4% 0.85% -
XYZ 44.43 59.26 30.57 -
YUV 191.65 93.77 108.99 -
System Red Green Blue C M Y K H S L
Decimal 165 217 131 0.24 0 0.40 0.15 96.28 0.53 0.68
Hex A5 D9 83 18 0 28 F 60 35 44
Octal 245 331 203 30 0 50 17 140 65 104
Binary 10100101 11011001 10000011 11000 0 101000 1111 1100000 110101 1000100

Color Harmonies of #A5D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D983

Black with #A5D983

Text Example


Text Example

White with #A5D983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D983; }

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

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

background-color css

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

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

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

border-color css

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

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

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