#ACCF8E

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

Shades of Feijoa #ACCF8E

Tints of Feijoa #ACCF8E

Color information

#ACCF8E (or 0xACCF8E) is unknown color: approx Feijoa. HEX triplet: AC, CF and 8E. RGB value is (172,207,142). Sum of RGB (Red+Green+Blue) = 172+207+142=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF8E is #533071. Grayscale: #BDBDBD. Windows color (decimal): -5451890 or 9359276. OLE color: 9359276.

HSL color Cylindrical-coordinate representation of color #ACCF8E: hue angle of 92.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCF8E is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB172207142-
CMYK0.1700.310.19
HSL92.31º40.37%68.43%-
HSV(B)92.31º31.4%81.18%-
XYZ44.2155.3533.94-
YUV189.12101.4115.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=33.01%
G=39.73%
B=27.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071420.1700.310.1992.3140.3768.43
HexACCF8E1101F135c2844
Octal254317216210372313450104
Binary101011001100111110001110100010111111001110111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF8E; }

 p { color: rgb(172,207,142); }

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

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

 a { background-color: rgb(172,207,142); }

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

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

 span { border-color: rgb(172,207,142); }

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