#AFD68A

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

Shades of Feijoa #AFD68A

Tints of Feijoa #AFD68A

Color information

#AFD68A (or 0xAFD68A) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 8A. RGB value is (175,214,138). Sum of RGB (Red+Green+Blue) = 175+214+138=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD68A is #502975. Grayscale: #C1C1C1. Windows color (decimal): -5253494 or 9098927. OLE color: 9098927.

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

Color convert

RGB175214138-
CMYK0.1800.360.16
HSL90.79º48.1%69.02%-
HSV(B)90.79º35.51%83.92%-
XYZ46.3159.0433-
YUV193.6896.58114.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=33.21%
G=40.61%
B=26.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141380.1800.360.1690.7948.169.02
HexAFD68A12024105b3045
Octal257326212220442013360105
Binary1010111111010110100010101001001001001000010110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD68A; }

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

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

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

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

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

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

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

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