Html Css Color HEX #AFD686 Feijoa

📋 copy color: '#AFD686'

red 175 ◦ green 214 ◦ blue 134

#AFD686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AFD686

Tints of Feijoa #AFD686

RGB

 RED value IS 175 (68.75% from 255) = 33.46%

 GREEN value IS 214 (83.98% from 255) = 40.92%

 BLUE value IS 134 (52.73% from 255) = 25.62%

R = 33.46%
G = 40.92%
B = 25.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#AFD686 (or 0xAFD686) is known color: Feijoa. HEX triplet: AF, D6 and 86. RGB value is (175,214,134). Sum of RGB (Red+Green+Blue) = 175+214+134=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD686 is #502979. Grayscale: #C1C1C1. Windows color (decimal): -5253498 or 8836783. OLE color: 8836783.

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

Color convert

RGB 175 214 134 -
CMYK 0.18 0 0.37 0.16
HSL 89.25º 0.49% 0.68% -
HSV(B) 89.25º 0.37% 0.84% -
XYZ 46.03 58.93 31.5 -
YUV 193.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 175 214 134 0.18 0 0.37 0.16 89.25 0.49 0.68
Hex AF D6 86 12 0 25 10 59 31 44
Octal 257 326 206 22 0 45 20 131 61 104
Binary 10101111 11010110 10000110 10010 0 100101 10000 1011001 110001 1000100

Color Harmonies of #AFD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD686

Black with #AFD686

Text Example


Text Example

White with #AFD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD686; }

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

 H1.HeaderClassName
 {
   color: #AFD686;
 }
 .AnyTagClassName
 {
   color: #AFD686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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