#ACD68A

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

Shades of Feijoa #ACD68A

Tints of Feijoa #ACD68A

Color information

#ACD68A (or 0xACD68A) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 8A. RGB value is (172,214,138). Sum of RGB (Red+Green+Blue) = 172+214+138=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD68A is #532975. Grayscale: #C1C1C1. Windows color (decimal): -5450102 or 9098924. OLE color: 9098924.

HSL color Cylindrical-coordinate representation of color #ACD68A: hue angle of 93.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACD68A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB172214138-
CMYK0.2000.360.16
HSL93.16º48.1%69.02%-
HSV(B)93.16º35.51%83.92%-
XYZ45.6558.732.97-
YUV192.7897.09113.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=32.82%
G=40.84%
B=26.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141380.2000.360.1693.1648.169.02
HexACD68A14024105d3045
Octal254326212240442013560105
Binary1010110011010110100010101010001001001000010111011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD68A; }

 p { color: rgb(172,214,138); }

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

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

 a { background-color: rgb(172,214,138); }

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

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

 span { border-color: rgb(172,214,138); }

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