Html Css Color HEX #AFF980 Feijoa

📋 copy color: '#AFF980'

red 175 ◦ green 249 ◦ blue 128

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

Shades of Feijoa #AFF980

Tints of Feijoa #AFF980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.11%

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

R = 31.7%
G = 45.11%
B = 23.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#AFF980 (or 0xAFF980) is known color: Feijoa. HEX triplet: AF, F9 and 80. RGB value is (175,249,128). Sum of RGB (Red+Green+Blue) = 175+249+128=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF980 is #50067F. Grayscale: #D5D5D5. Windows color (decimal): -5244544 or 8452527. OLE color: 8452527.

HSL color Cylindrical-coordinate representation of color #AFF980: hue angle of 96.69º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF980 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 128 -
CMYK 0.30 0 0.49 0.02
HSL 96.69º 0.91% 0.74% -
HSV(B) 96.69º 0.49% 0.98% -
XYZ 55.45 78.42 32.64 -
YUV 213.08 79.98 100.84 -
System Red Green Blue C M Y K H S L
Decimal 175 249 128 0.30 0 0.49 0.02 96.69 0.91 0.74
Hex AF F9 80 1E 0 31 2 61 5B 4A
Octal 257 371 200 36 0 61 2 141 133 112
Binary 10101111 11111001 10000000 11110 0 110001 10 1100001 1011011 1001010

Color Harmonies of #AFF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF980

Black with #AFF980

Text Example


Text Example

White with #AFF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF980; }

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

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

background-color css

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

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

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

border-color css

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

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

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