#ACD283

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

Shades of Feijoa #ACD283

Tints of Feijoa #ACD283

Color information

#ACD283 (or 0xACD283) is unknown color: approx Feijoa. HEX triplet: AC, D2 and 83. RGB value is (172,210,131). Sum of RGB (Red+Green+Blue) = 172+210+131=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD283 is #532D7C. Grayscale: #BDBDBD. Windows color (decimal): -5451133 or 8639148. OLE color: 8639148.

HSL color Cylindrical-coordinate representation of color #ACD283: hue angle of 88.86º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD283 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB172210131-
CMYK0.1800.380.18
HSL88.86º46.75%66.86%-
HSV(B)88.86º37.62%82.35%-
XYZ44.1656.530.05-
YUV189.6394.91115.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=33.53%
G=40.94%
B=25.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101310.1800.380.1888.8646.7566.86
HexACD2831202612592f43
Octal254322203220462213157103
Binary1010110011010010100000111001001001101001010110011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD283; }

 p { color: rgb(172,210,131); }

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

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

 a { background-color: rgb(172,210,131); }

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

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

 span { border-color: rgb(172,210,131); }

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