#AFD08A

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

Shades of Feijoa #AFD08A

Tints of Feijoa #AFD08A

Color information

#AFD08A (or 0xAFD08A) is unknown color: approx Feijoa. HEX triplet: AF, D0 and 8A. RGB value is (175,208,138). Sum of RGB (Red+Green+Blue) = 175+208+138=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD08A is #502F75. Grayscale: #BEBEBE. Windows color (decimal): -5255030 or 9097391. OLE color: 9097391.

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

Color convert

RGB175208138-
CMYK0.1600.340.18
HSL88.29º42.68%67.84%-
HSV(B)88.29º33.65%81.57%-
XYZ44.8256.0632.5-
YUV190.1598.57117.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=33.59%
G=39.92%
B=26.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081380.1600.340.1888.2942.6867.84
HexAFD08A1002212582b44
Octal257320212200422213053104
Binary1010111111010000100010101000001000101001010110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD08A; }

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

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

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

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

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

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

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

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