Html Css Color HEX #A5E086 Feijoa

📋 copy color: '#A5E086'

red 165 ◦ green 224 ◦ blue 134

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

Shades of Feijoa #A5E086

Tints of Feijoa #A5E086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

 BLUE value IS 134 (52.73% from 255) = 25.62%

R = 31.55%
G = 42.83%
B = 25.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#A5E086 (or 0xA5E086) is known color: Feijoa. HEX triplet: A5, E0 and 86. RGB value is (165,224,134). Sum of RGB (Red+Green+Blue) = 165+224+134=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E086 is #5A1F79. Grayscale: #C4C4C4. Windows color (decimal): -5906298 or 8839333. OLE color: 8839333.

HSL color Cylindrical-coordinate representation of color #A5E086: hue angle of 99.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E086 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 134 -
CMYK 0.26 0 0.40 0.12
HSL 99.33º 0.59% 0.7% -
HSV(B) 99.33º 0.4% 0.88% -
XYZ 46.48 63.03 32.27 -
YUV 196.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 165 224 134 0.26 0 0.40 0.12 99.33 0.59 0.7
Hex A5 E0 86 1A 0 28 C 63 3B 46
Octal 245 340 206 32 0 50 14 143 73 106
Binary 10100101 11100000 10000110 11010 0 101000 1100 1100011 111011 1000110

Color Harmonies of #A5E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E086

Black with #A5E086

Text Example


Text Example

White with #A5E086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E086; }

 p { color: rgb(165,224,134); }

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

background-color css

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

 a { background-color: rgb(165,224,134); }

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

border-color css

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

 span { border-color: rgb(165,224,134); }

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