Html Css Color HEX #ADCD93 Feijoa

📋 copy color: '#ADCD93'

red 173 ◦ green 205 ◦ blue 147

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

Shades of Feijoa #ADCD93

Tints of Feijoa #ADCD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28%

R = 32.95%
G = 39.05%
B = 28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#ADCD93 (or 0xADCD93) is known color: Feijoa. HEX triplet: AD, CD and 93. RGB value is (173,205,147). Sum of RGB (Red+Green+Blue) = 173+205+147=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD93 is #52326C. Grayscale: #BDBDBD. Windows color (decimal): -5386861 or 9686445. OLE color: 9686445.

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

Color convert

RGB 173 205 147 -
CMYK 0.16 0 0.28 0.20
HSL 93.1º 0.37% 0.69% -
HSV(B) 93.1º 0.28% 0.8% -
XYZ 44.33 54.65 35.82 -
YUV 188.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 173 205 147 0.16 0 0.28 0.20 93.1 0.37 0.69
Hex AD CD 93 10 0 1C 14 5D 25 45
Octal 255 315 223 20 0 34 24 135 45 105
Binary 10101101 11001101 10010011 10000 0 11100 10100 1011101 100101 1000101

Color Harmonies of #ADCD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD93

Black with #ADCD93

Text Example


Text Example

White with #ADCD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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