Html Css Color HEX #AFE286 Feijoa

📋 copy color: '#AFE286'

red 175 ◦ green 226 ◦ blue 134

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

Shades of Feijoa #AFE286

Tints of Feijoa #AFE286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.24%

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

R = 32.71%
G = 42.24%
B = 25.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#AFE286 (or 0xAFE286) is known color: Feijoa. HEX triplet: AF, E2 and 86. RGB value is (175,226,134). Sum of RGB (Red+Green+Blue) = 175+226+134=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE286 is #501D79. Grayscale: #C8C8C8. Windows color (decimal): -5250426 or 8839855. OLE color: 8839855.

HSL color Cylindrical-coordinate representation of color #AFE286: hue angle of 93.26º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE286 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 134 -
CMYK 0.23 0 0.41 0.11
HSL 93.26º 0.61% 0.71% -
HSV(B) 93.26º 0.41% 0.89% -
XYZ 49.18 65.23 32.55 -
YUV 200.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 175 226 134 0.23 0 0.41 0.11 93.26 0.61 0.71
Hex AF E2 86 17 0 29 B 5D 3D 47
Octal 257 342 206 27 0 51 13 135 75 107
Binary 10101111 11100010 10000110 10111 0 101001 1011 1011101 111101 1000111

Color Harmonies of #AFE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE286

Black with #AFE286

Text Example


Text Example

White with #AFE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE286; }

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

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

background-color css

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

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

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

border-color css

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

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

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