Html Css Color HEX #A5E081 Feijoa

📋 copy color: '#A5E081'

red 165 ◦ green 224 ◦ blue 129

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

Shades of Feijoa #A5E081

Tints of Feijoa #A5E081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.9%

R = 31.85%
G = 43.24%
B = 24.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#A5E081 (or 0xA5E081) is known color: Feijoa. HEX triplet: A5, E0 and 81. RGB value is (165,224,129). Sum of RGB (Red+Green+Blue) = 165+224+129=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E081 is #5A1F7E. Grayscale: #C3C3C3. Windows color (decimal): -5906303 or 8511653. OLE color: 8511653.

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

Color convert

RGB 165 224 129 -
CMYK 0.26 0 0.42 0.12
HSL 97.26º 0.61% 0.69% -
HSV(B) 97.26º 0.42% 0.88% -
XYZ 46.14 62.9 30.48 -
YUV 195.53 90.45 106.22 -
System Red Green Blue C M Y K H S L
Decimal 165 224 129 0.26 0 0.42 0.12 97.26 0.61 0.69
Hex A5 E0 81 1A 0 2A C 61 3D 45
Octal 245 340 201 32 0 52 14 141 75 105
Binary 10100101 11100000 10000001 11010 0 101010 1100 1100001 111101 1000101

Color Harmonies of #A5E081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E081

Black with #A5E081

Text Example


Text Example

White with #A5E081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E081; }

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

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

background-color css

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

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

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

border-color css

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

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

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