Html Css Color HEX #AFE079 Feijoa

📋 copy color: '#AFE079'

red 175 ◦ green 224 ◦ blue 121

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

Shades of Feijoa #AFE079

Tints of Feijoa #AFE079

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.08%

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

R = 33.65%
G = 43.08%
B = 23.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#AFE079 (or 0xAFE079) is known color: Feijoa. HEX triplet: AF, E0 and 79. RGB value is (175,224,121). Sum of RGB (Red+Green+Blue) = 175+224+121=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE079 is #501F86. Grayscale: #C5C5C5. Windows color (decimal): -5250951 or 7987375. OLE color: 7987375.

HSL color Cylindrical-coordinate representation of color #AFE079: hue angle of 88.54º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFE079 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 121 -
CMYK 0.22 0 0.46 0.12
HSL 88.54º 0.62% 0.68% -
HSV(B) 88.54º 0.46% 0.88% -
XYZ 47.79 63.81 27.89 -
YUV 197.61 84.77 111.88 -
System Red Green Blue C M Y K H S L
Decimal 175 224 121 0.22 0 0.46 0.12 88.54 0.62 0.68
Hex AF E0 79 16 0 2E C 59 3E 44
Octal 257 340 171 26 0 56 14 131 76 104
Binary 10101111 11100000 1111001 10110 0 101110 1100 1011001 111110 1000100

Color Harmonies of #AFE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE079

Black with #AFE079

Text Example


Text Example

White with #AFE079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE079; }

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

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

background-color css

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

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

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

border-color css

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

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

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