Html Css Color HEX #A5E36D Feijoa

📋 copy color: '#A5E36D'

red 165 ◦ green 227 ◦ blue 109

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

Shades of Feijoa #A5E36D

Tints of Feijoa #A5E36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.76%

R = 32.93%
G = 45.31%
B = 21.76%

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

#A5E36D (or 0xA5E36D) is known color: Feijoa. HEX triplet: A5, E3 and 6D. RGB value is (165,227,109). Sum of RGB (Red+Green+Blue) = 165+227+109=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E36D is #5A1C92. Grayscale: #C3C3C3. Windows color (decimal): -5905555 or 7201701. OLE color: 7201701.

HSL color Cylindrical-coordinate representation of color #A5E36D: hue angle of 91.53º 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 #A5E36D is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 109 -
CMYK 0.27 0 0.52 0.11
HSL 91.53º 0.68% 0.66% -
HSV(B) 91.53º 0.52% 0.89% -
XYZ 45.75 64.04 24.42 -
YUV 195.01 79.46 106.59 -
System Red Green Blue C M Y K H S L
Decimal 165 227 109 0.27 0 0.52 0.11 91.53 0.68 0.66
Hex A5 E3 6D 1B 0 34 B 5C 44 42
Octal 245 343 155 33 0 64 13 134 104 102
Binary 10100101 11100011 1101101 11011 0 110100 1011 1011100 1000100 1000010

Color Harmonies of #A5E36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E36D

Black with #A5E36D

Text Example


Text Example

White with #A5E36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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