Html Css Color HEX #ADCD8A Feijoa

📋 copy color: '#ADCD8A'

red 173 ◦ green 205 ◦ blue 138

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

Shades of Feijoa #ADCD8A

Tints of Feijoa #ADCD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 33.53%
G = 39.73%
B = 26.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#ADCD8A (or 0xADCD8A) is known color: Feijoa. HEX triplet: AD, CD and 8A. RGB value is (173,205,138). Sum of RGB (Red+Green+Blue) = 173+205+138=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD8A is #523275. Grayscale: #BCBCBC. Windows color (decimal): -5386870 or 9096621. OLE color: 9096621.

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

Color convert

RGB 173 205 138 -
CMYK 0.16 0 0.33 0.20
HSL 88.66º 0.4% 0.67% -
HSV(B) 88.66º 0.33% 0.8% -
XYZ 43.65 54.38 32.24 -
YUV 187.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 173 205 138 0.16 0 0.33 0.20 88.66 0.4 0.67
Hex AD CD 8A 10 0 21 14 59 28 43
Octal 255 315 212 20 0 41 24 131 50 103
Binary 10101101 11001101 10001010 10000 0 100001 10100 1011001 101000 1000011

Color Harmonies of #ADCD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD8A

Black with #ADCD8A

Text Example


Text Example

White with #ADCD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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