Html Css Color HEX #ADCD92 Feijoa

📋 copy color: '#ADCD92'

red 173 ◦ green 205 ◦ blue 146

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

Shades of Feijoa #ADCD92

Tints of Feijoa #ADCD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 33.02%
G = 39.12%
B = 27.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#ADCD92 (or 0xADCD92) is known color: Feijoa. HEX triplet: AD, CD and 92. RGB value is (173,205,146). Sum of RGB (Red+Green+Blue) = 173+205+146=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD92 is #52326D. Grayscale: #BCBCBC. Windows color (decimal): -5386862 or 9620909. OLE color: 9620909.

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

Color convert

RGB 173 205 146 -
CMYK 0.16 0 0.29 0.20
HSL 92.54º 0.37% 0.69% -
HSV(B) 92.54º 0.29% 0.8% -
XYZ 44.25 54.62 35.4 -
YUV 188.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 173 205 146 0.16 0 0.29 0.20 92.54 0.37 0.69
Hex AD CD 92 10 0 1D 14 5D 25 45
Octal 255 315 222 20 0 35 24 135 45 105
Binary 10101101 11001101 10010010 10000 0 11101 10100 1011101 100101 1000101

Color Harmonies of #ADCD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD92

Black with #ADCD92

Text Example


Text Example

White with #ADCD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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