Html Css Color HEX #ADCD8D Feijoa

📋 copy color: '#ADCD8D'

red 173 ◦ green 205 ◦ blue 141

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

Shades of Feijoa #ADCD8D

Tints of Feijoa #ADCD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.17%

R = 33.33%
G = 39.5%
B = 27.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#ADCD8D (or 0xADCD8D) is known color: Feijoa. HEX triplet: AD, CD and 8D. RGB value is (173,205,141). Sum of RGB (Red+Green+Blue) = 173+205+141=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8D is #523272. Grayscale: #BCBCBC. Windows color (decimal): -5386867 or 9293229. OLE color: 9293229.

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

Color convert

RGB 173 205 141 -
CMYK 0.16 0 0.31 0.20
HSL 90º 0.39% 0.68% -
HSV(B) 90º 0.31% 0.8% -
XYZ 43.87 54.47 33.4 -
YUV 188.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 173 205 141 0.16 0 0.31 0.20 90 0.39 0.68
Hex AD CD 8D 10 0 1F 14 5A 27 44
Octal 255 315 215 20 0 37 24 132 47 104
Binary 10101101 11001101 10001101 10000 0 11111 10100 1011010 100111 1000100

Color Harmonies of #ADCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD8D

Black with #ADCD8D

Text Example


Text Example

White with #ADCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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