Html Css Color HEX #AFE986 Feijoa

📋 copy color: '#AFE986'

red 175 ◦ green 233 ◦ blue 134

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

Shades of Feijoa #AFE986

Tints of Feijoa #AFE986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.99%

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

R = 32.29%
G = 42.99%
B = 24.72%

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

#AFE986 (or 0xAFE986) is known color: Feijoa. HEX triplet: AF, E9 and 86. RGB value is (175,233,134). Sum of RGB (Red+Green+Blue) = 175+233+134=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE986 is #501679. Grayscale: #CCCCCC. Windows color (decimal): -5248634 or 8841647. OLE color: 8841647.

HSL color Cylindrical-coordinate representation of color #AFE986: hue angle of 95.15º degrees, saturation: 0.69, 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 #AFE986 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 134 -
CMYK 0.25 0 0.42 0.09
HSL 95.15º 0.69% 0.72% -
HSV(B) 95.15º 0.42% 0.91% -
XYZ 51.12 69.11 33.2 -
YUV 204.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 175 233 134 0.25 0 0.42 0.09 95.15 0.69 0.72
Hex AF E9 86 19 0 2A 9 5F 45 48
Octal 257 351 206 31 0 52 11 137 105 110
Binary 10101111 11101001 10000110 11001 0 101010 1001 1011111 1000101 1001000

Color Harmonies of #AFE986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE986

Black with #AFE986

Text Example


Text Example

White with #AFE986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE986; }

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

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

background-color css

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

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

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

border-color css

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

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

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