#ACCF81

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

Shades of Feijoa #ACCF81

Tints of Feijoa #ACCF81

Color information

#ACCF81 (or 0xACCF81) is unknown color: approx Feijoa. HEX triplet: AC, CF and 81. RGB value is (172,207,129). Sum of RGB (Red+Green+Blue) = 172+207+129=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF81 is #53307E. Grayscale: #BBBBBB. Windows color (decimal): -5451903 or 8507308. OLE color: 8507308.

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

Color convert

RGB172207129-
CMYK0.1700.380.19
HSL86.92º44.83%65.88%-
HSV(B)86.92º37.68%81.18%-
XYZ43.2954.9829.1-
YUV187.6494.9116.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=33.86%
G=40.75%
B=25.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071290.1700.380.1986.9244.8365.88
HexACCF811102613572d42
Octal254317201210462312755102
Binary1010110011001111100000011000101001101001110101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF81; }

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

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

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

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

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

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

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

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