Html Css Color HEX #A5E97A Feijoa

📋 copy color: '#A5E97A'

red 165 ◦ green 233 ◦ blue 122

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

Shades of Feijoa #A5E97A

Tints of Feijoa #A5E97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 31.73%
G = 44.81%
B = 23.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#A5E97A (or 0xA5E97A) is known color: Feijoa. HEX triplet: A5, E9 and 7A. RGB value is (165,233,122). Sum of RGB (Red+Green+Blue) = 165+233+122=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E97A is #5A1685. Grayscale: #C8C8C8. Windows color (decimal): -5904006 or 8055205. OLE color: 8055205.

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

Color convert

RGB 165 233 122 -
CMYK 0.29 0 0.48 0.09
HSL 96.76º 0.72% 0.7% -
HSV(B) 96.76º 0.48% 0.91% -
XYZ 48.17 67.68 28.94 -
YUV 200.01 83.97 103.03 -
System Red Green Blue C M Y K H S L
Decimal 165 233 122 0.29 0 0.48 0.09 96.76 0.72 0.7
Hex A5 E9 7A 1D 0 30 9 61 48 46
Octal 245 351 172 35 0 60 11 141 110 106
Binary 10100101 11101001 1111010 11101 0 110000 1001 1100001 1001000 1000110

Color Harmonies of #A5E97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E97A

Black with #A5E97A

Text Example


Text Example

White with #A5E97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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