Html Css Color HEX #ADCE86 Feijoa

📋 copy color: '#ADCE86'

red 173 ◦ green 206 ◦ blue 134

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

Shades of Feijoa #ADCE86

Tints of Feijoa #ADCE86

RGB

 RED value IS 173 (67.97% from 255) = 33.72%

 GREEN value IS 206 (80.86% from 255) = 40.16%

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

R = 33.72%
G = 40.16%
B = 26.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#ADCE86 (or 0xADCE86) is known color: Feijoa. HEX triplet: AD, CE and 86. RGB value is (173,206,134). Sum of RGB (Red+Green+Blue) = 173+206+134=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE86 is #523179. Grayscale: #BCBCBC. Windows color (decimal): -5386618 or 8834733. OLE color: 8834733.

HSL color Cylindrical-coordinate representation of color #ADCE86: hue angle of 87.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADCE86 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 134 -
CMYK 0.16 0 0.35 0.19
HSL 87.5º 0.42% 0.67% -
HSV(B) 87.5º 0.35% 0.81% -
XYZ 43.61 54.75 30.82 -
YUV 187.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 173 206 134 0.16 0 0.35 0.19 87.5 0.42 0.67
Hex AD CE 86 10 0 23 13 57 2A 43
Octal 255 316 206 20 0 43 23 127 52 103
Binary 10101101 11001110 10000110 10000 0 100011 10011 1010111 101010 1000011

Color Harmonies of #ADCE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE86

Black with #ADCE86

Text Example


Text Example

White with #ADCE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE86; }

 p { color: rgb(173,206,134); }

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

background-color css

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

 a { background-color: rgb(173,206,134); }

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

border-color css

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

 span { border-color: rgb(173,206,134); }

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