#AFD692

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

Shades of Feijoa #AFD692

Tints of Feijoa #AFD692

Color information

#AFD692 (or 0xAFD692) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 92. RGB value is (175,214,146). Sum of RGB (Red+Green+Blue) = 175+214+146=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD692 is #50296D. Grayscale: #C2C2C2. Windows color (decimal): -5253486 or 9623215. OLE color: 9623215.

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

Color convert

RGB175214146-
CMYK0.1800.320.16
HSL94.41º45.33%70.59%-
HSV(B)94.41º31.78%83.92%-
XYZ46.9159.2836.16-
YUV194.59100.58114.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=32.71%
G=40%
B=27.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141460.1800.320.1694.4145.3370.59
HexAFD69212020105e2d47
Octal257326222220402013655107
Binary1010111111010110100100101001001000001000010111101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD692; }

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

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

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

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

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

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

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

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