#AFD690

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

Shades of Feijoa #AFD690

Tints of Feijoa #AFD690

Color information

#AFD690 (or 0xAFD690) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 90. RGB value is (175,214,144). Sum of RGB (Red+Green+Blue) = 175+214+144=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD690 is #50296F. Grayscale: #C2C2C2. Windows color (decimal): -5253488 or 9492143. OLE color: 9492143.

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

Color convert

RGB175214144-
CMYK0.1800.330.16
HSL93.43º46.05%70.2%-
HSV(B)93.43º32.71%83.92%-
XYZ46.7659.2235.35-
YUV194.3699.58114.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=32.83%
G=40.15%
B=27.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141440.1800.330.1693.4346.0570.2
HexAFD69012021105d2e46
Octal257326220220412013556106
Binary1010111111010110100100001001001000011000010111011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD690; }

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

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

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

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

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

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

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

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