#AFD090

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

Shades of Feijoa #AFD090

Tints of Feijoa #AFD090

Color information

#AFD090 (or 0xAFD090) is unknown color: approx Feijoa. HEX triplet: AF, D0 and 90. RGB value is (175,208,144). Sum of RGB (Red+Green+Blue) = 175+208+144=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD090 is #502F6F. Grayscale: #BFBFBF. Windows color (decimal): -5255024 or 9490607. OLE color: 9490607.

HSL color Cylindrical-coordinate representation of color #AFD090: hue angle of 90.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD090 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB175208144-
CMYK0.1600.310.18
HSL90.94º40.51%69.02%-
HSV(B)90.94º30.77%81.57%-
XYZ45.2756.2434.85-
YUV190.84101.57116.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=33.21%
G=39.47%
B=27.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081440.1600.310.1890.9440.5169.02
HexAFD0901001F125b2945
Octal257320220200372213351105
Binary101011111101000010010000100000111111001010110111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD090; }

 p { color: rgb(175,208,144); }

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

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

 a { background-color: rgb(175,208,144); }

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

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

 span { border-color: rgb(175,208,144); }

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