Html Css Color HEX #A5E37A Feijoa

📋 copy color: '#A5E37A'

red 165 ◦ green 227 ◦ blue 122

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

Shades of Feijoa #A5E37A

Tints of Feijoa #A5E37A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.16%

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

R = 32.1%
G = 44.16%
B = 23.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#A5E37A (or 0xA5E37A) is known color: Feijoa. HEX triplet: A5, E3 and 7A. RGB value is (165,227,122). Sum of RGB (Red+Green+Blue) = 165+227+122=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E37A is #5A1C85. Grayscale: #C4C4C4. Windows color (decimal): -5905542 or 8053669. OLE color: 8053669.

HSL color Cylindrical-coordinate representation of color #A5E37A: hue angle of 95.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5E37A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 122 -
CMYK 0.27 0 0.46 0.11
HSL 95.43º 0.65% 0.68% -
HSV(B) 95.43º 0.46% 0.89% -
XYZ 46.5 64.34 28.38 -
YUV 196.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 165 227 122 0.27 0 0.46 0.11 95.43 0.65 0.68
Hex A5 E3 7A 1B 0 2E B 5F 41 44
Octal 245 343 172 33 0 56 13 137 101 104
Binary 10100101 11100011 1111010 11011 0 101110 1011 1011111 1000001 1000100

Color Harmonies of #A5E37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E37A

Black with #A5E37A

Text Example


Text Example

White with #A5E37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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