Html Css Color HEX #ADCD8B Feijoa

📋 copy color: '#ADCD8B'

red 173 ◦ green 205 ◦ blue 139

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

Shades of Feijoa #ADCD8B

Tints of Feijoa #ADCD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.89%

R = 33.46%
G = 39.65%
B = 26.89%

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

#ADCD8B (or 0xADCD8B) is known color: Feijoa. HEX triplet: AD, CD and 8B. RGB value is (173,205,139). Sum of RGB (Red+Green+Blue) = 173+205+139=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8B is #523274. Grayscale: #BCBCBC. Windows color (decimal): -5386869 or 9162157. OLE color: 9162157.

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

Color convert

RGB 173 205 139 -
CMYK 0.16 0 0.32 0.20
HSL 89.09º 0.4% 0.67% -
HSV(B) 89.09º 0.32% 0.8% -
XYZ 43.73 54.41 32.62 -
YUV 187.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 173 205 139 0.16 0 0.32 0.20 89.09 0.4 0.67
Hex AD CD 8B 10 0 20 14 59 28 43
Octal 255 315 213 20 0 40 24 131 50 103
Binary 10101101 11001101 10001011 10000 0 100000 10100 1011001 101000 1000011

Color Harmonies of #ADCD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD8B

Black with #ADCD8B

Text Example


Text Example

White with #ADCD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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