Html Css Color HEX #ADCC8C Feijoa

📋 copy color: '#ADCC8C'

red 173 ◦ green 204 ◦ blue 140

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

Shades of Feijoa #ADCC8C

Tints of Feijoa #ADCC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.08%

R = 33.46%
G = 39.46%
B = 27.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#ADCC8C (or 0xADCC8C) is known color: Feijoa. HEX triplet: AD, CC and 8C. RGB value is (173,204,140). Sum of RGB (Red+Green+Blue) = 173+204+140=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC8C is #523373. Grayscale: #BBBBBB. Windows color (decimal): -5387124 or 9227437. OLE color: 9227437.

HSL color Cylindrical-coordinate representation of color #ADCC8C: hue angle of 89.06º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCC8C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 140 -
CMYK 0.15 0 0.31 0.2
HSL 89.06º 0.39% 0.67% -
HSV(B) 89.06º 0.31% 0.8% -
XYZ 43.56 53.96 32.93 -
YUV 187.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 173 204 140 0.15 0 0.31 0.2 89.06 0.39 0.67
Hex AD CC 8C F 0 1F 14 59 27 43
Octal 255 314 214 17 0 37 24 131 47 103
Binary 10101101 11001100 10001100 1111 0 11111 10100 1011001 100111 1000011

Color Harmonies of #ADCC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC8C

Black with #ADCC8C

Text Example


Text Example

White with #ADCC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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