#AFD694

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

Shades of Feijoa #AFD694

Tints of Feijoa #AFD694

Color information

#AFD694 (or 0xAFD694) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 94. RGB value is (175,214,148). Sum of RGB (Red+Green+Blue) = 175+214+148=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD694 is #50296B. Grayscale: #C3C3C3. Windows color (decimal): -5253484 or 9754287. OLE color: 9754287.

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

Color convert

RGB175214148-
CMYK0.1800.310.16
HSL95.45º44.59%70.98%-
HSV(B)95.45º30.84%83.92%-
XYZ47.0759.3536.99-
YUV194.82101.58113.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=32.59%
G=39.85%
B=27.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141480.1800.310.1695.4544.5970.98
HexAFD6941201F105f2d47
Octal257326224220372013755107
Binary101011111101011010010100100100111111000010111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD694; }

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

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

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

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

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

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

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

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