Html Css Color HEX #AFF280 Feijoa

📋 copy color: '#AFF280'

red 175 ◦ green 242 ◦ blue 128

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

Shades of Feijoa #AFF280

Tints of Feijoa #AFF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.4%

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

R = 32.11%
G = 44.4%
B = 23.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#AFF280 (or 0xAFF280) is known color: Feijoa. HEX triplet: AF, F2 and 80. RGB value is (175,242,128). Sum of RGB (Red+Green+Blue) = 175+242+128=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF280 is #500D7F. Grayscale: #D1D1D1. Windows color (decimal): -5246336 or 8450735. OLE color: 8450735.

HSL color Cylindrical-coordinate representation of color #AFF280: hue angle of 95.26º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF280 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 128 -
CMYK 0.28 0 0.47 0.05
HSL 95.26º 0.81% 0.73% -
HSV(B) 95.26º 0.47% 0.95% -
XYZ 53.33 74.18 31.93 -
YUV 208.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 175 242 128 0.28 0 0.47 0.05 95.26 0.81 0.73
Hex AF F2 80 1C 0 2F 5 5F 51 49
Octal 257 362 200 34 0 57 5 137 121 111
Binary 10101111 11110010 10000000 11100 0 101111 101 1011111 1010001 1001001

Color Harmonies of #AFF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF280

Black with #AFF280

Text Example


Text Example

White with #AFF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF280; }

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

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

background-color css

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

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

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

border-color css

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

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

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