#AFD67D

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

Shades of Feijoa #AFD67D

Tints of Feijoa #AFD67D

Color information

#AFD67D (or 0xAFD67D) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 7D. RGB value is (175,214,125). Sum of RGB (Red+Green+Blue) = 175+214+125=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD67D is #502982. Grayscale: #C0C0C0. Windows color (decimal): -5253507 or 8246959. OLE color: 8246959.

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

Color convert

RGB175214125-
CMYK0.1800.420.16
HSL86.29º52.05%66.47%-
HSV(B)86.29º41.59%83.92%-
XYZ45.4358.6928.34-
YUV192.1990.08115.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 125 (49.22% from 255) = 24.32%
R=34.05%
G=41.63%
B=24.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141250.1800.420.1686.2952.0566.47
HexAFD67D1202A10563442
Octal257326175220522012664102
Binary101011111101011011111011001001010101000010101101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD67D; }

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

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

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

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

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

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

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

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