Html Css Color HEX #AFD286 Feijoa

📋 copy color: '#AFD286'

red 175 ◦ green 210 ◦ blue 134

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

Shades of Feijoa #AFD286

Tints of Feijoa #AFD286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.46%

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

R = 33.72%
G = 40.46%
B = 25.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AFD286 (or 0xAFD286) is known color: Feijoa. HEX triplet: AF, D2 and 86. RGB value is (175,210,134). Sum of RGB (Red+Green+Blue) = 175+210+134=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD286 is #502D79. Grayscale: #BFBFBF. Windows color (decimal): -5254522 or 8835759. OLE color: 8835759.

HSL color Cylindrical-coordinate representation of color #AFD286: hue angle of 87.63º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFD286 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 134 -
CMYK 0.17 0 0.36 0.18
HSL 87.63º 0.46% 0.67% -
HSV(B) 87.63º 0.36% 0.82% -
XYZ 45.03 56.93 31.17 -
YUV 190.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 175 210 134 0.17 0 0.36 0.18 87.63 0.46 0.67
Hex AF D2 86 11 0 24 12 58 2E 43
Octal 257 322 206 21 0 44 22 130 56 103
Binary 10101111 11010010 10000110 10001 0 100100 10010 1011000 101110 1000011

Color Harmonies of #AFD286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD286

Black with #AFD286

Text Example


Text Example

White with #AFD286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD286; }

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

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

background-color css

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

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

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

border-color css

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

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

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