Html Css Color HEX #A5E36E Feijoa

📋 copy color: '#A5E36E'

red 165 ◦ green 227 ◦ blue 110

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

Shades of Feijoa #A5E36E

Tints of Feijoa #A5E36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.91%

R = 32.87%
G = 45.22%
B = 21.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#A5E36E (or 0xA5E36E) is known color: Feijoa. HEX triplet: A5, E3 and 6E. RGB value is (165,227,110). Sum of RGB (Red+Green+Blue) = 165+227+110=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E36E is #5A1C91. Grayscale: #C3C3C3. Windows color (decimal): -5905554 or 7267237. OLE color: 7267237.

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

Color convert

RGB 165 227 110 -
CMYK 0.27 0 0.52 0.11
HSL 91.79º 0.68% 0.66% -
HSV(B) 91.79º 0.52% 0.89% -
XYZ 45.8 64.06 24.7 -
YUV 195.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 165 227 110 0.27 0 0.52 0.11 91.79 0.68 0.66
Hex A5 E3 6E 1B 0 34 B 5C 44 42
Octal 245 343 156 33 0 64 13 134 104 102
Binary 10100101 11100011 1101110 11011 0 110100 1011 1011100 1000100 1000010

Color Harmonies of #A5E36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E36E

Black with #A5E36E

Text Example


Text Example

White with #A5E36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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