Html Css Color HEX #A5D773 Feijoa

📋 copy color: '#A5D773'

red 165 ◦ green 215 ◦ blue 115

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

Shades of Feijoa #A5D773

Tints of Feijoa #A5D773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.43%

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 33.33%
G = 43.43%
B = 23.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#A5D773 (or 0xA5D773) is known color: Feijoa. HEX triplet: A5, D7 and 73. RGB value is (165,215,115). Sum of RGB (Red+Green+Blue) = 165+215+115=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D773 is #5A288C. Grayscale: #BDBDBD. Windows color (decimal): -5908621 or 7591845. OLE color: 7591845.

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

Color convert

RGB 165 215 115 -
CMYK 0.23 0 0.47 0.16
HSL 90º 0.56% 0.65% -
HSV(B) 90º 0.47% 0.84% -
XYZ 42.91 57.84 25.12 -
YUV 188.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 165 215 115 0.23 0 0.47 0.16 90 0.56 0.65
Hex A5 D7 73 17 0 2F 10 5A 38 41
Octal 245 327 163 27 0 57 20 132 70 101
Binary 10100101 11010111 1110011 10111 0 101111 10000 1011010 111000 1000001

Color Harmonies of #A5D773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D773

Black with #A5D773

Text Example


Text Example

White with #A5D773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D773; }

 p { color: rgb(165,215,115); }

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

background-color css

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

 a { background-color: rgb(165,215,115); }

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

border-color css

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

 span { border-color: rgb(165,215,115); }

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