Html Css Color HEX #AFE886 Feijoa

📋 copy color: '#AFE886'

red 175 ◦ green 232 ◦ blue 134

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

Shades of Feijoa #AFE886

Tints of Feijoa #AFE886

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.88%

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

R = 32.35%
G = 42.88%
B = 24.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#AFE886 (or 0xAFE886) is known color: Feijoa. HEX triplet: AF, E8 and 86. RGB value is (175,232,134). Sum of RGB (Red+Green+Blue) = 175+232+134=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE886 is #501779. Grayscale: #CCCCCC. Windows color (decimal): -5248890 or 8841391. OLE color: 8841391.

HSL color Cylindrical-coordinate representation of color #AFE886: hue angle of 94.9º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFE886 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 134 -
CMYK 0.25 0 0.42 0.09
HSL 94.9º 0.68% 0.72% -
HSV(B) 94.9º 0.42% 0.91% -
XYZ 50.84 68.55 33.11 -
YUV 203.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 175 232 134 0.25 0 0.42 0.09 94.9 0.68 0.72
Hex AF E8 86 19 0 2A 9 5F 44 48
Octal 257 350 206 31 0 52 11 137 104 110
Binary 10101111 11101000 10000110 11001 0 101010 1001 1011111 1000100 1001000

Color Harmonies of #AFE886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE886

Black with #AFE886

Text Example


Text Example

White with #AFE886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE886; }

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

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

background-color css

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

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

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

border-color css

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

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

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