Html Css Color HEX #AFE279 Feijoa

📋 copy color: '#AFE279'

red 175 ◦ green 226 ◦ blue 121

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

Shades of Feijoa #AFE279

Tints of Feijoa #AFE279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.18%

R = 33.52%
G = 43.3%
B = 23.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#AFE279 (or 0xAFE279) is known color: Feijoa. HEX triplet: AF, E2 and 79. RGB value is (175,226,121). Sum of RGB (Red+Green+Blue) = 175+226+121=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE279 is #501D86. Grayscale: #C7C7C7. Windows color (decimal): -5250439 or 7987887. OLE color: 7987887.

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

Color convert

RGB 175 226 121 -
CMYK 0.23 0 0.46 0.11
HSL 89.14º 0.64% 0.68% -
HSV(B) 89.14º 0.46% 0.89% -
XYZ 48.33 64.89 28.07 -
YUV 198.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 175 226 121 0.23 0 0.46 0.11 89.14 0.64 0.68
Hex AF E2 79 17 0 2E B 59 40 44
Octal 257 342 171 27 0 56 13 131 100 104
Binary 10101111 11100010 1111001 10111 0 101110 1011 1011001 1000000 1000100

Color Harmonies of #AFE279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE279

Black with #AFE279

Text Example


Text Example

White with #AFE279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE279; }

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

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

background-color css

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

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

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

border-color css

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

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

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