#AFD284

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

Shades of Feijoa #AFD284

Tints of Feijoa #AFD284

Color information

#AFD284 (or 0xAFD284) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 84. RGB value is (175,210,132). Sum of RGB (Red+Green+Blue) = 175+210+132=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD284 is #502D7B. Grayscale: #BEBEBE. Windows color (decimal): -5254524 or 8704687. OLE color: 8704687.

HSL color Cylindrical-coordinate representation of color #AFD284: hue angle of 86.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFD284 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB175210132-
CMYK0.1700.370.18
HSL86.92º46.43%67.06%-
HSV(B)86.92º37.14%82.35%-
XYZ44.8956.8730.44-
YUV190.6494.9116.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=33.85%
G=40.62%
B=25.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101320.1700.370.1886.9246.4367.06
HexAFD2841102512572e43
Octal257322204210452212756103
Binary1010111111010010100001001000101001011001010101111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD284; }

 p { color: rgb(175,210,132); }

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

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

 a { background-color: rgb(175,210,132); }

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

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

 span { border-color: rgb(175,210,132); }

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