Html Css Color HEX #A5D673 Feijoa

📋 copy color: '#A5D673'

red 165 ◦ green 214 ◦ blue 115

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

Shades of Feijoa #A5D673

Tints of Feijoa #A5D673

RGB

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

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

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

R = 33.4%
G = 43.32%
B = 23.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A5D673 (or 0xA5D673) is known color: Feijoa. HEX triplet: A5, D6 and 73. RGB value is (165,214,115). Sum of RGB (Red+Green+Blue) = 165+214+115=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D673 is #5A298C. Grayscale: #BCBCBC. Windows color (decimal): -5908877 or 7591589. OLE color: 7591589.

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

Color convert

RGB 165 214 115 -
CMYK 0.23 0 0.46 0.16
HSL 89.7º 0.55% 0.65% -
HSV(B) 89.7º 0.46% 0.84% -
XYZ 42.66 57.33 25.04 -
YUV 188.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 165 214 115 0.23 0 0.46 0.16 89.7 0.55 0.65
Hex A5 D6 73 17 0 2E 10 5A 37 41
Octal 245 326 163 27 0 56 20 132 67 101
Binary 10100101 11010110 1110011 10111 0 101110 10000 1011010 110111 1000001

Color Harmonies of #A5D673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D673

Black with #A5D673

Text Example


Text Example

White with #A5D673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D673; }

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

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

background-color css

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

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

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

border-color css

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

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

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