Html Css Color HEX #ADCE8E Feijoa

📋 copy color: '#ADCE8E'

red 173 ◦ green 206 ◦ blue 142

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

Shades of Feijoa #ADCE8E

Tints of Feijoa #ADCE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 33.21%
G = 39.54%
B = 27.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#ADCE8E (or 0xADCE8E) is known color: Feijoa. HEX triplet: AD, CE and 8E. RGB value is (173,206,142). Sum of RGB (Red+Green+Blue) = 173+206+142=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE8E is #523171. Grayscale: #BDBDBD. Windows color (decimal): -5386610 or 9359021. OLE color: 9359021.

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

Color convert

RGB 173 206 142 -
CMYK 0.16 0 0.31 0.19
HSL 90.94º 0.4% 0.68% -
HSV(B) 90.94º 0.31% 0.81% -
XYZ 44.19 54.98 33.87 -
YUV 188.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 173 206 142 0.16 0 0.31 0.19 90.94 0.4 0.68
Hex AD CE 8E 10 0 1F 13 5B 28 44
Octal 255 316 216 20 0 37 23 133 50 104
Binary 10101101 11001110 10001110 10000 0 11111 10011 1011011 101000 1000100

Color Harmonies of #ADCE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE8E

Black with #ADCE8E

Text Example


Text Example

White with #ADCE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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