#ACF67D

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

Shades of Feijoa #ACF67D

Tints of Feijoa #ACF67D

Color information

#ACF67D (or 0xACF67D) is unknown color: approx Feijoa. HEX triplet: AC, F6 and 7D. RGB value is (172,246,125). Sum of RGB (Red+Green+Blue) = 172+246+125=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF67D is #530982. Grayscale: #D2D2D2. Windows color (decimal): -5441923 or 8255148. OLE color: 8255148.

HSL color Cylindrical-coordinate representation of color #ACF67D: hue angle of 96.69º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF67D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB172246125-
CMYK0.3000.490.04
HSL96.69º87.05%72.75%-
HSV(B)96.69º49.19%96.47%-
XYZ53.6776.1631.27-
YUV210.0879.98100.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=31.68%
G=45.30%
B=23.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722461250.3000.490.0496.6987.0572.75
HexACF67D1E0314615749
Octal254366175360614141127111
Binary10101100111101101111101111100110001100110000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF67D; }

 p { color: rgb(172,246,125); }

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

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

 a { background-color: rgb(172,246,125); }

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

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

 span { border-color: rgb(172,246,125); }

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