Html Css Color HEX #AFF880 Feijoa

📋 copy color: '#AFF880'

red 175 ◦ green 248 ◦ blue 128

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

Shades of Feijoa #AFF880

Tints of Feijoa #AFF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.01%

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

R = 31.76%
G = 45.01%
B = 23.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#AFF880 (or 0xAFF880) is known color: Feijoa. HEX triplet: AF, F8 and 80. RGB value is (175,248,128). Sum of RGB (Red+Green+Blue) = 175+248+128=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF880 is #50077F. Grayscale: #D4D4D4. Windows color (decimal): -5244800 or 8452271. OLE color: 8452271.

HSL color Cylindrical-coordinate representation of color #AFF880: hue angle of 96.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFF880 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 128 -
CMYK 0.29 0 0.48 0.03
HSL 96.5º 0.9% 0.74% -
HSV(B) 96.5º 0.48% 0.97% -
XYZ 55.14 77.81 32.53 -
YUV 212.49 80.32 101.26 -
System Red Green Blue C M Y K H S L
Decimal 175 248 128 0.29 0 0.48 0.03 96.5 0.9 0.74
Hex AF F8 80 1D 0 30 3 60 5A 4A
Octal 257 370 200 35 0 60 3 140 132 112
Binary 10101111 11111000 10000000 11101 0 110000 11 1100000 1011010 1001010

Color Harmonies of #AFF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF880

Black with #AFF880

Text Example


Text Example

White with #AFF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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