Html Css Color HEX #A5E173 Feijoa

📋 copy color: '#A5E173'

red 165 ◦ green 225 ◦ blue 115

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

Shades of Feijoa #A5E173

Tints of Feijoa #A5E173

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.55%

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

R = 32.67%
G = 44.55%
B = 22.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#A5E173 (or 0xA5E173) is known color: Feijoa. HEX triplet: A5, E1 and 73. RGB value is (165,225,115). Sum of RGB (Red+Green+Blue) = 165+225+115=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E173 is #5A1E8C. Grayscale: #C2C2C2. Windows color (decimal): -5906061 or 7594405. OLE color: 7594405.

HSL color Cylindrical-coordinate representation of color #A5E173: hue angle of 92.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E173 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 115 -
CMYK 0.27 0 0.49 0.12
HSL 92.73º 0.65% 0.67% -
HSV(B) 92.73º 0.49% 0.88% -
XYZ 45.54 63.09 26 -
YUV 194.52 83.12 106.94 -
System Red Green Blue C M Y K H S L
Decimal 165 225 115 0.27 0 0.49 0.12 92.73 0.65 0.67
Hex A5 E1 73 1B 0 31 C 5D 41 43
Octal 245 341 163 33 0 61 14 135 101 103
Binary 10100101 11100001 1110011 11011 0 110001 1100 1011101 1000001 1000011

Color Harmonies of #A5E173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E173

Black with #A5E173

Text Example


Text Example

White with #A5E173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E173; }

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

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

background-color css

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

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

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

border-color css

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

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

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