#AFF385

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

Shades of Feijoa #AFF385

Tints of Feijoa #AFF385

Color information

#AFF385 (or 0xAFF385) is unknown color: approx Feijoa. HEX triplet: AF, F3 and 85. RGB value is (175,243,133). Sum of RGB (Red+Green+Blue) = 175+243+133=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF385 is #500C7A. Grayscale: #D2D2D2. Windows color (decimal): -5246075 or 8778671. OLE color: 8778671.

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

Color convert

RGB175243133-
CMYK0.2800.450.05
HSL97.09º82.09%73.73%-
HSV(B)97.09º45.27%95.29%-
XYZ53.9674.9133.8-
YUV210.1384.47102.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 243 (95.31% from 255) = 44.10%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=31.76%
G=44.10%
B=24.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431330.2800.450.0597.0982.0973.73
HexAFF3851C02D561524a
Octal257363205340555141122112
Binary101011111111001110000101111000101101101110000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF385; }

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

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

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

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

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

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

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

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