Html Css Color HEX #ADCD88 Feijoa

📋 copy color: '#ADCD88'

red 173 ◦ green 205 ◦ blue 136

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

Shades of Feijoa #ADCD88

Tints of Feijoa #ADCD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 33.66%
G = 39.88%
B = 26.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#ADCD88 (or 0xADCD88) is known color: Feijoa. HEX triplet: AD, CD and 88. RGB value is (173,205,136). Sum of RGB (Red+Green+Blue) = 173+205+136=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD88 is #523277. Grayscale: #BBBBBB. Windows color (decimal): -5386872 or 8965549. OLE color: 8965549.

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

Color convert

RGB 173 205 136 -
CMYK 0.16 0 0.34 0.20
HSL 87.83º 0.41% 0.67% -
HSV(B) 87.83º 0.34% 0.8% -
XYZ 43.51 54.32 31.49 -
YUV 187.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 173 205 136 0.16 0 0.34 0.20 87.83 0.41 0.67
Hex AD CD 88 10 0 22 14 58 29 43
Octal 255 315 210 20 0 42 24 130 51 103
Binary 10101101 11001101 10001000 10000 0 100010 10100 1011000 101001 1000011

Color Harmonies of #ADCD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD88

Black with #ADCD88

Text Example


Text Example

White with #ADCD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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