Html Css Color HEX #A0D86B Feijoa

📋 copy color: '#A0D86B'

red 160 ◦ green 216 ◦ blue 107

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

Shades of Feijoa #A0D86B

Tints of Feijoa #A0D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.72%

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 33.13%
G = 44.72%
B = 22.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#A0D86B (or 0xA0D86B) is known color: Feijoa. HEX triplet: A0, D8 and 6B. RGB value is (160,216,107). Sum of RGB (Red+Green+Blue) = 160+216+107=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D86B is #5F2794. Grayscale: #BBBBBB. Windows color (decimal): -6236053 or 7067808. OLE color: 7067808.

HSL color Cylindrical-coordinate representation of color #A0D86B: hue angle of 90.83º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0D86B is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 107 -
CMYK 0.26 0 0.50 0.15
HSL 90.83º 0.58% 0.63% -
HSV(B) 90.83º 0.5% 0.85% -
XYZ 41.71 57.65 22.84 -
YUV 186.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 160 216 107 0.26 0 0.50 0.15 90.83 0.58 0.63
Hex A0 D8 6B 1A 0 32 F 5B 3A 3F
Octal 240 330 153 32 0 62 17 133 72 77
Binary 10100000 11011000 1101011 11010 0 110010 1111 1011011 111010 111111

Color Harmonies of #A0D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D86B

Black with #A0D86B

Text Example


Text Example

White with #A0D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D86B; }

 p { color: rgb(160,216,107); }

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

background-color css

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

 a { background-color: rgb(160,216,107); }

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

border-color css

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

 span { border-color: rgb(160,216,107); }

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