Html Css Color HEX #AFE980 Feijoa

📋 copy color: '#AFE980'

red 175 ◦ green 233 ◦ blue 128

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

Shades of Feijoa #AFE980

Tints of Feijoa #AFE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

 BLUE value IS 128 (50.39% from 255) = 23.88%

R = 32.65%
G = 43.47%
B = 23.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#AFE980 (or 0xAFE980) is known color: Feijoa. HEX triplet: AF, E9 and 80. RGB value is (175,233,128). Sum of RGB (Red+Green+Blue) = 175+233+128=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE980 is #50167F. Grayscale: #CCCCCC. Windows color (decimal): -5248640 or 8448431. OLE color: 8448431.

HSL color Cylindrical-coordinate representation of color #AFE980: hue angle of 93.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFE980 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 128 -
CMYK 0.25 0 0.45 0.09
HSL 93.14º 0.7% 0.71% -
HSV(B) 93.14º 0.45% 0.91% -
XYZ 50.71 68.95 31.06 -
YUV 203.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 175 233 128 0.25 0 0.45 0.09 93.14 0.7 0.71
Hex AF E9 80 19 0 2D 9 5D 46 47
Octal 257 351 200 31 0 55 11 135 106 107
Binary 10101111 11101001 10000000 11001 0 101101 1001 1011101 1000110 1000111

Color Harmonies of #AFE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE980

Black with #AFE980

Text Example


Text Example

White with #AFE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE980; }

 p { color: rgb(175,233,128); }

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

background-color css

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

 a { background-color: rgb(175,233,128); }

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

border-color css

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

 span { border-color: rgb(175,233,128); }

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