Html Css Color HEX #A5E182 Feijoa

📋 copy color: '#A5E182'

red 165 ◦ green 225 ◦ blue 130

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

Shades of Feijoa #A5E182

Tints of Feijoa #A5E182

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.27%

 BLUE value IS 130 (51.17% from 255) = 25%

R = 31.73%
G = 43.27%
B = 25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#A5E182 (or 0xA5E182) is known color: Feijoa. HEX triplet: A5, E1 and 82. RGB value is (165,225,130). Sum of RGB (Red+Green+Blue) = 165+225+130=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E182 is #5A1E7D. Grayscale: #C4C4C4. Windows color (decimal): -5906046 or 8577445. OLE color: 8577445.

HSL color Cylindrical-coordinate representation of color #A5E182: hue angle of 97.89º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5E182 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 130 -
CMYK 0.27 0 0.42 0.12
HSL 97.89º 0.61% 0.7% -
HSV(B) 97.89º 0.42% 0.88% -
XYZ 46.47 63.46 30.92 -
YUV 196.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 165 225 130 0.27 0 0.42 0.12 97.89 0.61 0.7
Hex A5 E1 82 1B 0 2A C 62 3D 46
Octal 245 341 202 33 0 52 14 142 75 106
Binary 10100101 11100001 10000010 11011 0 101010 1100 1100010 111101 1000110

Color Harmonies of #A5E182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E182

Black with #A5E182

Text Example


Text Example

White with #A5E182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E182; }

 p { color: rgb(165,225,130); }

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

background-color css

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

 a { background-color: rgb(165,225,130); }

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

border-color css

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

 span { border-color: rgb(165,225,130); }

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