Html Css Color HEX #ADCC8B Feijoa

📋 copy color: '#ADCC8B'

red 173 ◦ green 204 ◦ blue 139

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

Shades of Feijoa #ADCC8B

Tints of Feijoa #ADCC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

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

R = 33.53%
G = 39.53%
B = 26.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#ADCC8B (or 0xADCC8B) is known color: Feijoa. HEX triplet: AD, CC and 8B. RGB value is (173,204,139). Sum of RGB (Red+Green+Blue) = 173+204+139=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC8B is #523374. Grayscale: #BBBBBB. Windows color (decimal): -5387125 or 9161901. OLE color: 9161901.

HSL color Cylindrical-coordinate representation of color #ADCC8B: hue angle of 88.62º degrees, saturation: 0.39, 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 #ADCC8B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 139 -
CMYK 0.15 0 0.32 0.2
HSL 88.62º 0.39% 0.67% -
HSV(B) 88.62º 0.32% 0.8% -
XYZ 43.49 53.93 32.54 -
YUV 187.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 173 204 139 0.15 0 0.32 0.2 88.62 0.39 0.67
Hex AD CC 8B F 0 20 14 59 27 43
Octal 255 314 213 17 0 40 24 131 47 103
Binary 10101101 11001100 10001011 1111 0 100000 10100 1011001 100111 1000011

Color Harmonies of #ADCC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC8B

Black with #ADCC8B

Text Example


Text Example

White with #ADCC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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