Html Css Color HEX #AFEC86 Feijoa

📋 copy color: '#AFEC86'

red 175 ◦ green 236 ◦ blue 134

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

Shades of Feijoa #AFEC86

Tints of Feijoa #AFEC86

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

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

R = 32.11%
G = 43.3%
B = 24.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#AFEC86 (or 0xAFEC86) is known color: Feijoa. HEX triplet: AF, EC and 86. RGB value is (175,236,134). Sum of RGB (Red+Green+Blue) = 175+236+134=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC86 is #501379. Grayscale: #CECECE. Windows color (decimal): -5247866 or 8842415. OLE color: 8842415.

HSL color Cylindrical-coordinate representation of color #AFEC86: hue angle of 95.88º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFEC86 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 134 -
CMYK 0.26 0 0.43 0.07
HSL 95.88º 0.73% 0.73% -
HSV(B) 95.88º 0.43% 0.93% -
XYZ 51.98 70.83 33.49 -
YUV 206.13 87.29 105.79 -
System Red Green Blue C M Y K H S L
Decimal 175 236 134 0.26 0 0.43 0.07 95.88 0.73 0.73
Hex AF EC 86 1A 0 2B 7 60 49 49
Octal 257 354 206 32 0 53 7 140 111 111
Binary 10101111 11101100 10000110 11010 0 101011 111 1100000 1001001 1001001

Color Harmonies of #AFEC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC86

Black with #AFEC86

Text Example


Text Example

White with #AFEC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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