Html Css Color HEX #AFE186 Feijoa

📋 copy color: '#AFE186'

red 175 ◦ green 225 ◦ blue 134

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

Shades of Feijoa #AFE186

Tints of Feijoa #AFE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

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

R = 32.77%
G = 42.13%
B = 25.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#AFE186 (or 0xAFE186) is known color: Feijoa. HEX triplet: AF, E1 and 86. RGB value is (175,225,134). Sum of RGB (Red+Green+Blue) = 175+225+134=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE186 is #501E79. Grayscale: #C7C7C7. Windows color (decimal): -5250682 or 8839599. OLE color: 8839599.

HSL color Cylindrical-coordinate representation of color #AFE186: hue angle of 92.97º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE186 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 134 -
CMYK 0.22 0 0.40 0.12
HSL 92.97º 0.6% 0.7% -
HSV(B) 92.97º 0.4% 0.88% -
XYZ 48.91 64.69 32.46 -
YUV 199.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 175 225 134 0.22 0 0.40 0.12 92.97 0.6 0.7
Hex AF E1 86 16 0 28 C 5D 3C 46
Octal 257 341 206 26 0 50 14 135 74 106
Binary 10101111 11100001 10000110 10110 0 101000 1100 1011101 111100 1000110

Color Harmonies of #AFE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE186

Black with #AFE186

Text Example


Text Example

White with #AFE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE186; }

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

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

background-color css

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

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

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

border-color css

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

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

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