#AFF380

Color #AFF380 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AFF380

Tints of Feijoa #AFF380

Color information

#AFF380 (or 0xAFF380) is unknown color: approx Feijoa. HEX triplet: AF, F3 and 80. RGB value is (175,243,128). Sum of RGB (Red+Green+Blue) = 175+243+128=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF380 is #500C7F. Grayscale: #D1D1D1. Windows color (decimal): -5246080 or 8450991. OLE color: 8450991.

HSL color Cylindrical-coordinate representation of color #AFF380: hue angle of 95.48º degrees, saturation: 0.83, 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 #AFF380 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB175243128-
CMYK0.2800.470.05
HSL95.48º82.73%72.75%-
HSV(B)95.48º47.33%95.29%-
XYZ53.6374.7732.03-
YUV209.5681.97103.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 243 (95.31% from 255) = 44.51%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=32.05%
G=44.51%
B=23.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431280.2800.470.0595.4882.7372.75
HexAFF3801C02F55f5349
Octal257363200340575137123111
Binary101011111111001110000000111000101111101101111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF380; }

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

 H1.HeaderClassName
 {
   color: #AFF380;
 }
 .AnyTagClassName
 {
   color: #AFF380;
 }
</style>
background-color css

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

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

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

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

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

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