#ACF083

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

Shades of Feijoa #ACF083

Tints of Feijoa #ACF083

Color information

#ACF083 (or 0xACF083) is unknown color: approx Feijoa. HEX triplet: AC, F0 and 83. RGB value is (172,240,131). Sum of RGB (Red+Green+Blue) = 172+240+131=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF083 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF083 is #530F7C. Grayscale: #CFCFCF. Windows color (decimal): -5443453 or 8646828. OLE color: 8646828.

HSL color Cylindrical-coordinate representation of color #ACF083: hue angle of 97.43º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF083 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB172240131-
CMYK0.2800.450.06
HSL97.43º78.42%72.75%-
HSV(B)97.43º45.42%94.12%-
XYZ52.2772.7332.76-
YUV207.2484.97102.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 240 (94.14% from 255) = 44.20%
BLUE value IS 131 (51.56% from 255) = 24.13%
R=31.68%
G=44.20%
B=24.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401310.2800.450.0697.4378.4272.75
HexACF0831C02D6614e49
Octal254360203340556141116111
Binary101011001111000010000011111000101101110110000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF083; }

 p { color: rgb(172,240,131); }

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

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

 a { background-color: rgb(172,240,131); }

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

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

 span { border-color: rgb(172,240,131); }

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