Html Css Color HEX #ADCC90 Feijoa

📋 copy color: '#ADCC90'

red 173 ◦ green 204 ◦ blue 144

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

Shades of Feijoa #ADCC90

Tints of Feijoa #ADCC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 33.21%
G = 39.16%
B = 27.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#ADCC90 (or 0xADCC90) is known color: Feijoa. HEX triplet: AD, CC and 90. RGB value is (173,204,144). Sum of RGB (Red+Green+Blue) = 173+204+144=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC90 is #52336F. Grayscale: #BCBCBC. Windows color (decimal): -5387120 or 9489581. OLE color: 9489581.

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

Color convert

RGB 173 204 144 -
CMYK 0.15 0 0.29 0.2
HSL 91º 0.37% 0.68% -
HSV(B) 91º 0.29% 0.8% -
XYZ 43.86 54.08 34.51 -
YUV 187.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 173 204 144 0.15 0 0.29 0.2 91 0.37 0.68
Hex AD CC 90 F 0 1D 14 5B 25 44
Octal 255 314 220 17 0 35 24 133 45 104
Binary 10101101 11001100 10010000 1111 0 11101 10100 1011011 100101 1000100

Color Harmonies of #ADCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC90

Black with #ADCC90

Text Example


Text Example

White with #ADCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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