Html Css Color HEX #ADCB8E Feijoa

📋 copy color: '#ADCB8E'

red 173 ◦ green 203 ◦ blue 142

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

Shades of Feijoa #ADCB8E

Tints of Feijoa #ADCB8E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.19%

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

R = 33.4%
G = 39.19%
B = 27.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#ADCB8E (or 0xADCB8E) is known color: Feijoa. HEX triplet: AD, CB and 8E. RGB value is (173,203,142). Sum of RGB (Red+Green+Blue) = 173+203+142=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB8E is #523471. Grayscale: #BBBBBB. Windows color (decimal): -5387378 or 9358253. OLE color: 9358253.

HSL color Cylindrical-coordinate representation of color #ADCB8E: hue angle of 89.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCB8E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 142 -
CMYK 0.15 0 0.30 0.20
HSL 89.51º 0.37% 0.68% -
HSV(B) 89.51º 0.3% 0.8% -
XYZ 43.47 53.55 33.64 -
YUV 187.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 173 203 142 0.15 0 0.30 0.20 89.51 0.37 0.68
Hex AD CB 8E F 0 1E 14 5A 25 44
Octal 255 313 216 17 0 36 24 132 45 104
Binary 10101101 11001011 10001110 1111 0 11110 10100 1011010 100101 1000100

Color Harmonies of #ADCB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB8E

Black with #ADCB8E

Text Example


Text Example

White with #ADCB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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