#ACCC90

Color #ACCC90 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACCC90

Tints of Feijoa #ACCC90

Color information

#ACCC90 (or 0xACCC90) is unknown color: approx Feijoa. HEX triplet: AC, CC and 90. RGB value is (172,204,144). Sum of RGB (Red+Green+Blue) = 172+204+144=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC90 is #53336F. Grayscale: #BBBBBB. Windows color (decimal): -5452656 or 9489580. OLE color: 9489580.

HSL color Cylindrical-coordinate representation of color #ACCC90: hue angle of 92º 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 #ACCC90 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB172204144-
CMYK0.1600.290.2
HSL92º37.04%68.24%-
HSV(B)92º29.41%80%-
XYZ43.6453.9734.5-
YUV187.59103.4116.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=33.08%
G=39.23%
B=27.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041440.1600.290.29237.0468.24
HexACCC901001D145c2544
Octal254314220200352413445104
Binary101011001100110010010000100000111011010010111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC90; }

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

 H1.HeaderClassName
 {
   color: #ACCC90;
 }
 .AnyTagClassName
 {
   color: #ACCC90;
 }
</style>
background-color css

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

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

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

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

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

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