Html Css Color HEX #A5E973 Feijoa

📋 copy color: '#A5E973'

red 165 ◦ green 233 ◦ blue 115

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

Shades of Feijoa #A5E973

Tints of Feijoa #A5E973

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.42%

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

R = 32.16%
G = 45.42%
B = 22.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#A5E973 (or 0xA5E973) is known color: Feijoa. HEX triplet: A5, E9 and 73. RGB value is (165,233,115). Sum of RGB (Red+Green+Blue) = 165+233+115=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E973 is #5A168C. Grayscale: #C7C7C7. Windows color (decimal): -5904013 or 7596453. OLE color: 7596453.

HSL color Cylindrical-coordinate representation of color #A5E973: hue angle of 94.58º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5E973 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 115 -
CMYK 0.29 0 0.51 0.09
HSL 94.58º 0.73% 0.68% -
HSV(B) 94.58º 0.51% 0.91% -
XYZ 47.75 67.51 26.73 -
YUV 199.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 165 233 115 0.29 0 0.51 0.09 94.58 0.73 0.68
Hex A5 E9 73 1D 0 33 9 5F 49 44
Octal 245 351 163 35 0 63 11 137 111 104
Binary 10100101 11101001 1110011 11101 0 110011 1001 1011111 1001001 1000100

Color Harmonies of #A5E973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E973

Black with #A5E973

Text Example


Text Example

White with #A5E973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E973; }

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

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

background-color css

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

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

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

border-color css

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

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

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