Html Css Color HEX #A0E084 Feijoa

📋 copy color: '#A0E084'

red 160 ◦ green 224 ◦ blue 132

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

Shades of Feijoa #A0E084

Tints of Feijoa #A0E084

RGB

 RED value IS 160 (62.89% from 255) = 31.01%

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

 BLUE value IS 132 (51.95% from 255) = 25.58%

R = 31.01%
G = 43.41%
B = 25.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#A0E084 (or 0xA0E084) is known color: Feijoa. HEX triplet: A0, E0 and 84. RGB value is (160,224,132). Sum of RGB (Red+Green+Blue) = 160+224+132=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E084 is #5F1F7B. Grayscale: #C2C2C2. Windows color (decimal): -6233980 or 8708256. OLE color: 8708256.

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

Color convert

RGB 160 224 132 -
CMYK 0.29 0 0.41 0.12
HSL 101.74º 0.6% 0.7% -
HSV(B) 101.74º 0.41% 0.88% -
XYZ 45.32 62.45 31.5 -
YUV 194.38 92.8 103.48 -
System Red Green Blue C M Y K H S L
Decimal 160 224 132 0.29 0 0.41 0.12 101.74 0.6 0.7
Hex A0 E0 84 1D 0 29 C 66 3C 46
Octal 240 340 204 35 0 51 14 146 74 106
Binary 10100000 11100000 10000100 11101 0 101001 1100 1100110 111100 1000110

Color Harmonies of #A0E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E084

Black with #A0E084

Text Example


Text Example

White with #A0E084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E084; }

 p { color: rgb(160,224,132); }

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

background-color css

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

 a { background-color: rgb(160,224,132); }

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

border-color css

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

 span { border-color: rgb(160,224,132); }

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