#AFF384

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

Shades of Feijoa #AFF384

Tints of Feijoa #AFF384

Color information

#AFF384 (or 0xAFF384) is unknown color: approx Feijoa. HEX triplet: AF, F3 and 84. RGB value is (175,243,132). Sum of RGB (Red+Green+Blue) = 175+243+132=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF384 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF384 is #500C7B. Grayscale: #D2D2D2. Windows color (decimal): -5246076 or 8713135. OLE color: 8713135.

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

Color convert

RGB175243132-
CMYK0.2800.460.05
HSL96.76º82.22%73.53%-
HSV(B)96.76º45.68%95.29%-
XYZ53.8974.8833.44-
YUV210.0183.97103.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 243 (95.31% from 255) = 44.18%
BLUE value IS 132 (51.95% from 255) = 24%
R=31.82%
G=44.18%
B=24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431320.2800.460.0596.7682.2273.53
HexAFF3841C02E561524a
Octal257363204340565141122112
Binary101011111111001110000100111000101110101110000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF384; }

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

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

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

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

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

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

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

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