#AFD695

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

Shades of Feijoa #AFD695

Tints of Feijoa #AFD695

Color information

#AFD695 (or 0xAFD695) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 95. RGB value is (175,214,149). Sum of RGB (Red+Green+Blue) = 175+214+149=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD695 is #50296A. Grayscale: #C3C3C3. Windows color (decimal): -5253483 or 9819823. OLE color: 9819823.

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

Color convert

RGB175214149-
CMYK0.1800.300.16
HSL96º44.22%71.18%-
HSV(B)96º30.37%83.92%-
XYZ47.1559.3837.41-
YUV194.93102.08113.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=32.53%
G=39.78%
B=27.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141490.1800.300.169644.2271.18
HexAFD6951201E10602c47
Octal257326225220362014054107
Binary101011111101011010010101100100111101000011000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD695; }

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

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

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

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

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

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

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

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