Html Css Color HEX #ADCD8C Feijoa

📋 copy color: '#ADCD8C'

red 173 ◦ green 205 ◦ blue 140

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

Shades of Feijoa #ADCD8C

Tints of Feijoa #ADCD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 33.4%
G = 39.58%
B = 27.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#ADCD8C (or 0xADCD8C) is known color: Feijoa. HEX triplet: AD, CD and 8C. RGB value is (173,205,140). Sum of RGB (Red+Green+Blue) = 173+205+140=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8C is #523273. Grayscale: #BCBCBC. Windows color (decimal): -5386868 or 9227693. OLE color: 9227693.

HSL color Cylindrical-coordinate representation of color #ADCD8C: hue angle of 89.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCD8C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 140 -
CMYK 0.16 0 0.32 0.20
HSL 89.54º 0.39% 0.68% -
HSV(B) 89.54º 0.32% 0.8% -
XYZ 43.8 54.44 33.01 -
YUV 188.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 173 205 140 0.16 0 0.32 0.20 89.54 0.39 0.68
Hex AD CD 8C 10 0 20 14 5A 27 44
Octal 255 315 214 20 0 40 24 132 47 104
Binary 10101101 11001101 10001100 10000 0 100000 10100 1011010 100111 1000100

Color Harmonies of #ADCD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD8C

Black with #ADCD8C

Text Example


Text Example

White with #ADCD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD8C; }

 p { color: rgb(173,205,140); }

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

background-color css

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

 a { background-color: rgb(173,205,140); }

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

border-color css

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

 span { border-color: rgb(173,205,140); }

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