#ACF97D

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

Shades of Feijoa #ACF97D

Tints of Feijoa #ACF97D

Color information

#ACF97D (or 0xACF97D) is unknown color: approx Feijoa. HEX triplet: AC, F9 and 7D. RGB value is (172,249,125). Sum of RGB (Red+Green+Blue) = 172+249+125=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF97D is #530682. Grayscale: #D4D4D4. Windows color (decimal): -5441155 or 8255916. OLE color: 8255916.

HSL color Cylindrical-coordinate representation of color #ACF97D: hue angle of 97.26º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF97D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB172249125-
CMYK0.3100.500.02
HSL97.26º91.18%73.33%-
HSV(B)97.26º49.8%97.65%-
XYZ54.597831.58-
YUV211.8478.9999.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=31.50%
G=45.60%
B=22.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491250.3100.500.0297.2691.1873.33
HexACF97D1F0322615b49
Octal254371175370622141133111
Binary1010110011111001111110111111011001010110000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF97D; }

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

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

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

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

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

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

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

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