Html Css Color HEX #AFDF86 Feijoa

📋 copy color: '#AFDF86'

red 175 ◦ green 223 ◦ blue 134

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

Shades of Feijoa #AFDF86

Tints of Feijoa #AFDF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.92%

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

R = 32.89%
G = 41.92%
B = 25.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#AFDF86 (or 0xAFDF86) is known color: Feijoa. HEX triplet: AF, DF and 86. RGB value is (175,223,134). Sum of RGB (Red+Green+Blue) = 175+223+134=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF86 is #502079. Grayscale: #C6C6C6. Windows color (decimal): -5251194 or 8839087. OLE color: 8839087.

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

Color convert

RGB 175 223 134 -
CMYK 0.22 0 0.40 0.13
HSL 92.36º 0.58% 0.7% -
HSV(B) 92.36º 0.4% 0.87% -
XYZ 48.37 63.61 32.28 -
YUV 198.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 175 223 134 0.22 0 0.40 0.13 92.36 0.58 0.7
Hex AF DF 86 16 0 28 D 5C 3A 46
Octal 257 337 206 26 0 50 15 134 72 106
Binary 10101111 11011111 10000110 10110 0 101000 1101 1011100 111010 1000110

Color Harmonies of #AFDF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF86

Black with #AFDF86

Text Example


Text Example

White with #AFDF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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