Html Css Color HEX #A5E56E Feijoa

📋 copy color: '#A5E56E'

red 165 ◦ green 229 ◦ blue 110

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

Shades of Feijoa #A5E56E

Tints of Feijoa #A5E56E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.44%

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

R = 32.74%
G = 45.44%
B = 21.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#A5E56E (or 0xA5E56E) is known color: Feijoa. HEX triplet: A5, E5 and 6E. RGB value is (165,229,110). Sum of RGB (Red+Green+Blue) = 165+229+110=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E56E is #5A1A91. Grayscale: #C4C4C4. Windows color (decimal): -5905042 or 7267749. OLE color: 7267749.

HSL color Cylindrical-coordinate representation of color #A5E56E: hue angle of 92.27º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5E56E is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 229 110 -
CMYK 0.28 0 0.52 0.10
HSL 92.27º 0.7% 0.66% -
HSV(B) 92.27º 0.52% 0.9% -
XYZ 46.35 65.16 24.89 -
YUV 196.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 165 229 110 0.28 0 0.52 0.10 92.27 0.7 0.66
Hex A5 E5 6E 1C 0 34 A 5C 46 42
Octal 245 345 156 34 0 64 12 134 106 102
Binary 10100101 11100101 1101110 11100 0 110100 1010 1011100 1000110 1000010

Color Harmonies of #A5E56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E56E

Black with #A5E56E

Text Example


Text Example

White with #A5E56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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