#ACD092

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

Shades of Feijoa #ACD092

Tints of Feijoa #ACD092

Color information

#ACD092 (or 0xACD092) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 92. RGB value is (172,208,146). Sum of RGB (Red+Green+Blue) = 172+208+146=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD092 is #532F6D. Grayscale: #BEBEBE. Windows color (decimal): -5451630 or 9621676. OLE color: 9621676.

HSL color Cylindrical-coordinate representation of color #ACD092: hue angle of 94.84º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD092 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB172208146-
CMYK0.1700.300.18
HSL94.84º39.74%69.41%-
HSV(B)94.84º29.81%81.57%-
XYZ44.7655.9635.64-
YUV190.17103.07115.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=32.70%
G=39.54%
B=27.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081460.1700.300.1894.8439.7469.41
HexACD0921101E125f2845
Octal254320222210362213750105
Binary101011001101000010010010100010111101001010111111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD092; }

 p { color: rgb(172,208,146); }

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

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

 a { background-color: rgb(172,208,146); }

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

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

 span { border-color: rgb(172,208,146); }

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